-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
TriggerAuthentication Secret is not reloaded when Secret changes #563
Comments
Nice find @dustin-decker, we should definately fix this! Should be fairly easy or not @ahmelsayed ? |
Related to this #511 |
Could you please show me example configuraton of your TriggerAuthentication? To make it clear, the password change happens several times during the Deployment? |
Replying to your question @tomkerkhove 😄 TriggerAuthentication and relevant Secret should be updated and fetched by KEDA each We will need to watch all TriggerAuthentication resources and referenced Secret and if there's any change, we will need to find all ScaledObjects that are using this TA and restart the scale loop logic. Because there's no direct reference between ScaledObject and TA. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed due to inactivity. |
Signed-off-by: etamarw <etamarw@wix.com> Co-authored-by: Zbynek Roubalik <726523+zroubalik@users.noreply.github.com>
Our deployment generates a random password for Redis (used as the trigger) during every deployment. The operator does not reload the credential when the Secret changes, so we see,
Expected Behavior
I expect the Secret resource to be watched and reload during create/update events.
Actual Behavior
The original Secret value is used and results in an invalid password error.
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: