-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Add command and HTTP API to hash a value according to our algorithm #5957
Milestone
Comments
Tangentially related to #3350 |
SimonUnge
added a commit
to SimonUnge/rabbitmq-server
that referenced
this issue
Jan 23, 2023
SimonUnge
added a commit
to SimonUnge/rabbitmq-server
that referenced
this issue
Jan 23, 2023
11 tasks
SimonUnge
added a commit
to SimonUnge/rabbitmq-server
that referenced
this issue
Jan 23, 2023
12 tasks
SimonUnge
added a commit
to SimonUnge/rabbitmq-server
that referenced
this issue
Jan 23, 2023
SimonUnge
added a commit
to SimonUnge/rabbitmq-server
that referenced
this issue
Jan 23, 2023
michaelklishin
added a commit
that referenced
this issue
Jan 24, 2023
See #5957. CLI cmd to generate hashed password from cleartext password
mergify bot
pushed a commit
that referenced
this issue
Jan 24, 2023
…sword (cherry picked from commit 67bc94e)
michaelklishin
added a commit
that referenced
this issue
Jan 24, 2023
See #5957. HTTP api to generate hashed password from cleartext password
mergify bot
pushed a commit
that referenced
this issue
Jan 24, 2023
(cherry picked from commit 7fecfcd)
SimonUnge
added a commit
to SimonUnge/rabbitmq-server
that referenced
this issue
Jan 26, 2023
SimonUnge
added a commit
to SimonUnge/rabbitmq-server
that referenced
this issue
Jan 26, 2023
michaelklishin
added a commit
that referenced
this issue
Jan 26, 2023
See #5957. Accept empty arg and prompt for password
mergify bot
pushed a commit
that referenced
this issue
Jan 26, 2023
(cherry picked from commit 03617f6)
This was referenced Feb 25, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://www.rabbitmq.com/passwords.html#computing-password-hash
https://groups.google.com/g/rabbitmq-users/c/3EXvhb8uLnU
https://stackoverflow.com/questions/41306350/how-to-generate-password-hash-for-rabbitmq-management-http-api
Since passwords must be hashed when used in a definitions file we should provide a canonical way or ways of doing it.
The text was updated successfully, but these errors were encountered: