hashicorp / vault-secrets-operator

The Vault Secrets Operator (VSO) allows Pods to consume Vault secrets natively from Kubernetes Secrets.
https://hashicorp.com
Other
471 stars 102 forks source link

HVS: rotating secret support #893

Closed tvoran closed 2 months ago

tvoran commented 3 months ago

Initial support for rotating secret types in HVS. Fetches them along with static secrets on the same open app secrets API call.

Depends on #889

Integration tests will be added in a future PR.

tvoran commented 2 months ago

Thanks!