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
Vault agent sidecar does not update the secrets on the pod volume mount if the the secret is created using kvv1 secrets engine. Is this supported? Is this a limitation of kvv1 secrets engine?
The text was updated successfully, but these errors were encountered:
Thanks @jasonodonnell . So for secrets generate using kvv2 is the metadata stored with secrets used by vault-agent to determine if it needs to pull the secret?
KVV2 doesn't actually have leases, so Consul Template will default to 5 minutes. You should see it update after 5 minutes. This is not configurable, unfortunately, and is a limitation of Consul Template (which is what vault agent templating uses).
KVV2 doesn't actually have leases, so Consul Template will default to 5 minutes. You should see it update after 5 minutes. This is not configurable, unfortunately, and is a limitation of Consul Template (which is what vault agent templating uses).
Seems these changes can solve this issue #276 am I correct?
Vault agent sidecar does not update the secrets on the pod volume mount if the the secret is created using kvv1 secrets engine. Is this supported? Is this a limitation of kvv1 secrets engine?
The text was updated successfully, but these errors were encountered: