We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Put User API currently accepts a password_hash as an alternative to password, when creating or updating a user.
password_hash
password
We don't document this, nor do we validate that the hash being stored is supported by the cluster.
We should:
NOOP
Hasher.resolveFromHash
The use cases for using hashed passwords in the API are:
The text was updated successfully, but these errors were encountered:
Pinging @elastic/es-security
Sorry, something went wrong.
Resolved in: #35242, #35574, #35844
tvernum
No branches or pull requests
The Put User API currently accepts a
password_hash
as an alternative topassword
, when creating or updating a user.We don't document this, nor do we validate that the hash being stored is supported by the cluster.
We should:
NOOP
). SeeHasher.resolveFromHash
The use cases for using hashed passwords in the API are:
The text was updated successfully, but these errors were encountered: