hashicorp / vault-secrets-operator

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

Fix: skip lease revocation when the lease ID is empty #701

Closed benashz closed 5 months ago

benashz commented 5 months ago

Previously, the VDS controller would attempt lease revocation on empty lease IDs. This PR fixes that.