Skip to content
New issue

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

VSS: Add requeue configuration flags #927

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

MM53
Copy link

@MM53 MM53 commented Sep 20, 2024

When operating the vault-secrets-operator for multiple development teams, it would be great to have some more detailed control over the refresh interval of VaultStaticSecrets and the possible load that could be caused on the Vault server. Therefore, I would like to add the following parameters:

  • --min-refresh-after-vss - To prevent users from trying to update secrets every second and causing a high load on the Vault server.
  • --default-refresh-after-vss - To provide a cluster-wide default value for the refresh interval of VaultStaticSecrets for more convenience.
  • --hmac-horizon-vss - To use some larger interval before the next drift detection happens in case most VaultStaticSecrets rely on instant updates.

@MM53 MM53 requested a review from a team as a code owner September 20, 2024 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant