Skip to content
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

Closed
lukebakken opened this issue Oct 2, 2022 · 1 comment
Closed
Assignees
Milestone

Comments

@lukebakken
Copy link
Collaborator

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.

@lukebakken
Copy link
Collaborator Author

Tangentially related to #3350

@lukebakken lukebakken self-assigned this Oct 25, 2022
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
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
SimonUnge added a commit to SimonUnge/rabbitmq-server that referenced this issue Jan 23, 2023
@michaelklishin michaelklishin added this to the 3.11.8 milestone Jan 24, 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
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
mergify bot pushed a commit that referenced this issue Jan 24, 2023
(cherry picked from commit 7fecfcd)
(cherry picked from commit 17059b7)
michaelklishin added a commit that referenced this issue Jan 24, 2023
See #5957. CLI cmd to generate hashed password from cleartext password (backport #7003)
mergify bot pushed a commit that referenced this issue Jan 24, 2023
…sword

(cherry picked from commit 67bc94e)
(cherry picked from commit fb65b29)
michaelklishin added a commit that referenced this issue Jan 24, 2023
See #5957. CLI cmd to generate hashed password from cleartext password (backport #7003) (backport #7010)
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
michaelklishin added a commit that referenced this issue Jan 26, 2023
See #5957. Accept empty arg and prompt for password (backport #7060)
mergify bot pushed a commit that referenced this issue Jan 26, 2023
(cherry picked from commit 03617f6)
(cherry picked from commit 532f580)
michaelklishin added a commit that referenced this issue Jan 27, 2023
See #5957. Accept empty arg and prompt for password (backport #7060) (backport #7062)
lukebakken added a commit that referenced this issue Feb 25, 2023
This allows `rabbitmqctl hash_password` to run without having RabbitMQ up.

Follow-up to:
* #5957
* #7003
mergify bot pushed a commit that referenced this issue Feb 26, 2023
This allows `rabbitmqctl hash_password` to run without having RabbitMQ up.

Follow-up to:
* #5957
* #7003

(cherry picked from commit d9d6e1b)
mergify bot pushed a commit that referenced this issue Feb 26, 2023
This allows `rabbitmqctl hash_password` to run without having RabbitMQ up.

Follow-up to:
* #5957
* #7003

(cherry picked from commit d9d6e1b)
(cherry picked from commit 33bf1d8)
mergify bot pushed a commit that referenced this issue Feb 26, 2023
This allows `rabbitmqctl hash_password` to run without having RabbitMQ up.

Follow-up to:
* #5957
* #7003

(cherry picked from commit d9d6e1b)
(cherry picked from commit 33bf1d8)
(cherry picked from commit 9cec4a5)

# Conflicts:
#	deps/rabbitmq_cli/lib/rabbitmq/cli/ctl/commands/add_vhost_command.ex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants