community.rabbitmq
community.rabbitmq copied to clipboard
User and access data should be checked Fixes #184
SUMMARY
The password to be changed was not checked, but the one used to log in to ansible. As a result, the password is never changed.
Details were described in an open Github issue (#184).
ISSUE TYPE
- Bugfix Pull Request
COMPONENT NAME
community.rabbitmq.rabbitmq_user module
ADDITIONAL INFORMATION
@markus-as thanks, this looks good to me. When we're setting the password in change_password we're using self.password, but when we validate the password in check_password we're not using the new password.
Is it possible to add a documentation snippet please and update the commit message with the problem this solves? Thanks!
@csmart Updated the Commit message and add some description. Sorry but this is about 3 Month ago and i cant tell more details now then in December.
Technical details are described in the Github issue.
@csmart Do you need something more from my side?
Is it possible to add a documentation snippet for the change?
We've just run into this problem - is there any timeline on it being merged?
I was hoping for a snipped to be added, but let me merge it now