Hi,
I’ll describe our current usage of Vault:
We’ve got an EKS cluster, inside it we’ve deployed
- Vault Operator
- A few vaultdynamicsecrets.secrets.hashicorp.com
- A SecretTransformation template
- They all connect to our Vault and create the dynamic secrets there.
Everything works as expected.
My question is:
If all of the sudden I accidentally delete the credentials (Directly from the DB), how can I force a re-creation of DB credentials (Currently the credentials are created automatically every 30 days)?
Thanks!