-
Notifications
You must be signed in to change notification settings - Fork 3.9k
See #5957. CLI cmd to generate hashed password from cleartext password #7003
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
@SimonUnge can you please rebase this PR? |
9dc71a7
to
6941614
Compare
6941614
to
67bc94e
Compare
Done @michaelklishin |
We don't have to do this in this PR but one thing the community is guaranteed to ask for is support for password entry via standard input. See |
Proposed Changes
Add cli cmd that generates a valid hashed password according to configured rabbitmq algorithm
Addresses cli cmd part of #5957
Types of Changes
What types of changes does your code introduce to this project?
Put an
x
in the boxes that applyChecklist
Put an
x
in the boxes that apply.You can also fill these out after creating the PR.
If you're unsure about any of them, don't hesitate to ask on the mailing list.
We're here to help!
This is simply a reminder of what we are going to look for before merging your code.
CONTRIBUTING.md
documentFurther Comments
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc.