-
Notifications
You must be signed in to change notification settings - Fork 69
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
Reconciler stops when Permissions object can't find user or vhost. Error vhost_or_user_not_found
#372
Comments
Hi @carlosjgp I cannot reproduce the same error you've shown with the first yaml. Everything successfully applied without any errors for me at first try:
To reproduce your situation, I created an additional permission.rabbitmq.com object to refer to an non-existing user to get the
and I was able to see the same error as there is no
Then I tried to delete all the previously created objects and had no issue:
Operator logs:
Was your Topology Operator stuck at the error you've shown here or did it reconcile in the end? Do you still have access to the same environment? It think the full operator logs when it happened would be very useful here as I cannot reproduce it. |
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. |
Closing stale issue due to further inactivity. |
Describe the bug
trying to create workaround this issue by deleting the User and associated Secret for the Operator to delete it and create it again with a new password I found this bug.
Reconciler loop fails to delete, at least 1,
User
is not deleted because thePermissions
can't figure out the username ( ? )To Reproduce
Steps to reproduce the behavior:
kubectl delete -f YAML:new
(sorry for the format the logs have been parsed)
Error 400 (bad_request): vhost_or_user_not_found
+ stack traceReconciler error
+ stack tracekubectl apply -f YAML:new
Include any YAML or manifest necessary to reproduce the problem.
YAML:initial
YAML:new
Expected behavior
Permission
objects that can't be reconciled.Screenshots
Version and environment information
bitnami/rabbitmq-cluster-operator:2.6.2
1.5.0
3.9.13
1.13.0
1.21
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: