-
Notifications
You must be signed in to change notification settings - Fork 72
unable to change user's import secret #924
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
Comments
This issue has been marked as stale due to 60 days of inactivity. Stale issues will be closed after a further 30 days of inactivity; please remove the stale label in order to prevent this occurring. |
not stale |
This is working as intended. Perhaps not ideal, but as intended. See this answer for more details of what happens internally #571 (comment) In order to support secret updates, the Operator would have to compare the information from the Secret with the current state inside RabbitMQ to take the adequate action. What is adequate when the username changes? RabbitMQ does not support username updates, shall the operator delete the user and create a new one? This can have many implications, and possibly open room for exploit. |
Describe the bug
when changing the name of the import secret in a user CR, the message topology update doesn't update the user itself
To Reproduce
Steps to reproduce the behavior:
Expected behavior
rmq will use the password in the new secret
Version and environment information
Additional context
the new secret had more fields then required if that's a problem
The text was updated successfully, but these errors were encountered: