You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a single DatabaseSecretEngineRole CR in my cluster, and I'm using it to generate a secret using a VaultSecret CR. I see that roughly one new lease is generated for that database role, every second.
This seems excessive.
The text was updated successfully, but these errors were encountered:
Some more info - I believe this is because the VaultSecret I created uses dynamic credentials from the database role as well as static secrets from a KV mount. I created a separate secret that only uses dynamic credentials from the database role, and that seems to work just fine.
I have a single
DatabaseSecretEngineRole
CR in my cluster, and I'm using it to generate a secret using aVaultSecret
CR. I see that roughly one new lease is generated for that database role, every second.This seems excessive.
The text was updated successfully, but these errors were encountered: