-
Notifications
You must be signed in to change notification settings - Fork 423
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
Chef restarts RabbitMQ because it always set the permissions to all the users when it runs #197
Comments
Is this still a problem for you? |
Ah I think I am hitting this also. |
Hi, I didn't see any change in the code... Have you changed anything? I didn't test the new version of this cookbook. |
@cmluciano @jjasghar any plans for this ? |
@scalp42 i'll be honest, i havent dug into this at all. If you have a fix, i'd love to see it, but i'll put it on my TODO and ideally get to it soon. |
@scalp42 awesome to hear. thanks! 🤘 |
Thanks! |
Hi,
I was checking the code and I found that the cookbook use this command to detect user the policies:
When vhost is /, the grep command doesn't match and the function
user_has_permissions?
returns false (permissions found but do not match).I tested the command manually:
And I tested the command grep by using the command echo to emulate the rabbitmqctl output:
Regards.
The text was updated successfully, but these errors were encountered: