-
Notifications
You must be signed in to change notification settings - Fork 950
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
InfisicalSecret does not update already generated Secret on field change #2400
Comments
CC: @DanielHougaard |
Hi @tiagovtristao, thank you for the report. I've made an internal item for this and we'll get to it as soon as possible. |
@akhilmhdh and @DanielHougaard, thanks for getting into it so quickly! Much appreciated :-) |
5 tasks
@tiagovtristao this has now been fixed in version |
Thank you @DanielHougaard! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The
InfisicalSecret
doesn't seem propagate any new changes when you change the.spec.authentication.universalAuth.secretsScope.envSlug
field (this could be true for other fields as well). I had to delete the generated secret and the pod using it, so that the new secrets (associated with the newenvSlug
) would be refetched and propagated onto the pod.Partial resource below:
To Reproduce
Edit the
.spec.authentication.universalAuth.secretsScope.envSlug
field to point to a different one.Expected behavior
The secret generated by
InfisicalSecret
should be updated with the new variables, and the deployment reloaded ifsecrets.infisical.com/auto-reload
is set.The text was updated successfully, but these errors were encountered: