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: Ensure all resource updates are synced. #492

Merged
merged 1 commit into from
Dec 4, 2023

Conversation

benashz
Copy link
Collaborator

@benashz benashz commented Dec 4, 2023

Previously, whenever HMACSecretData was set to true and no data drift was detected, the reconciler would skip destination updates, like annotations, labels etc. This change adds tracking of a resource's generation to determine when the reconciler is handling a resource update.

Closes #472

Previously, whenever HMACSecretData was set to true and no data drift
was detected, the reconciler would skip destination updates, like
annotations, labels etc. This change adds tracking of a resource's
generation to determine when the reconciler is handling a resource
update.
@benashz benashz requested a review from a team as a code owner December 4, 2023 19:00
@benashz benashz requested review from kschoche and tvoran December 4, 2023 19:03
@benashz benashz added this to the v0.4.1 milestone Dec 4, 2023
@benashz benashz merged commit e6e9da0 into main Dec 4, 2023
38 checks passed
@benashz benashz deleted the VAULT-22107/vss-sync-on-any-update branch December 4, 2023 20:25
adrianmoisey pushed a commit to adrianmoisey/vault-secrets-operator that referenced this pull request Jan 16, 2024
Previously, whenever HMACSecretData was set to true and no data drift
was detected, the reconciler would skip destination updates, like
annotations, labels etc. This change adds tracking of a resource's
generation to determine when the reconciler is handling a resource
update.
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.

Labels not updating if was changed in VaultStaticSecret
2 participants