How do I generate a password hash? #2305
Replies: 1 comment
-
@VictorKrasnov there is a dedicated doc guide on Several HTTP API clients even include helpers for producing salted hashes: and then there is rabbitmqctl hash_password rabbitmqctl help hash_password which only supports the default hashing algorithm (SHA-256) but requires as little effort as it gets. All it does is delegate to the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Documentation:
Since Topology Operator v1.15.0, it is possible to provide the user password using a SHA-512 hash. Other hash algorithms are not supported in the Topology Operator resource. To create a user with a password hash, use the field passwordHash in the credentials Secret:
Reproduction steps
Commands like:
Produces values like:
yzd8ELD1piyANiWnmdnpCL5F52f10UfUdEkHywVZeqTt0ymgrxR63Qz0GB7TKPoeeZQmWCaz7T1+9vBnypkYWg==
Expected behavior
But how to get token like documentation example, starts with:
tLXSw/gQg2QVPehN+.....?????
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions