We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When manually rotating a static database secret, the Vault sidecar agent will not inject the newly created credentials into the pod.
To Reproduce
Application deployment:
vault.hashicorp.com/agent-cache-enable: "true" vault.hashicorp.com/agent-inject: "true" vault.hashicorp.com/agent-inject-command-db-creds: | ... command to kill container process ... vault.hashicorp.com/agent-inject-secret-db-creds: database/static-creds/my_db_cred vault.hashicorp.com/agent-inject-status: update vault.hashicorp.com/agent-inject-template-db-creds: | .... vault.hashicorp.com/agent-revoke-on-shutdown: "true" vault.hashicorp.com/agent-run-as-same-user: "true" vault.hashicorp.com/role: my_role vault.hashicorp.com/template-static-secret-render-interval: 1m
Expected behavior When a credential is manually rotated, I expect the Vault agent to inject the new credentials
Environment
The text was updated successfully, but these errors were encountered:
Do you found solution? I think i have same problem.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When manually rotating a static database secret, the Vault sidecar agent will not inject the newly created credentials into the pod.
To Reproduce
Application deployment:
Expected behavior
When a credential is manually rotated, I expect the Vault agent to inject the new credentials
Environment
The text was updated successfully, but these errors were encountered: