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

CLI: support for pre-hashed passwords #9669

Merged
merged 3 commits into from
Oct 10, 2023

Conversation

michaelklishin
Copy link
Member

Providing a pre-hashed and salted password is
not significantly more secure but satisfies those
who cannot pass clear text passwords on the command
line for regulatory reasons.

Note that the optimal way of seeding users is still
definition import on node boot, not scripting with
CLI tools.

Closes #9166

Providing a pre-hashed and salted password is
not significantly more secure but satisfies those
who cannot pass clear text passwords on the command
line for regulatory reasons.

Note that the optimal way of seeding users is still
definition import on node boot, not scripting with
CLI tools.

Closes #9166
@michaelklishin michaelklishin merged commit 5208e7d into main Oct 10, 2023
16 checks passed
@michaelklishin michaelklishin deleted the mk-rabbitmqctl-accept-password-hashes branch October 10, 2023 15:55
michaelklishin added a commit that referenced this pull request Oct 10, 2023
CLI: support for pre-hashed passwords (backport #9669)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rabbitmqctl support for pre-hashed user passwords
1 participant