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

Allow setting User Password as hash #616

Open
Zapfmeister opened this issue Jan 8, 2025 · 0 comments
Open

Allow setting User Password as hash #616

Zapfmeister opened this issue Jan 8, 2025 · 0 comments

Comments

@Zapfmeister
Copy link

It would be great if the password of the user could be set as an hashed value.
Allowing to setup passwords for users, without actually sharing the clear text passwords.

resource "authentik_user" "name" {
username = "user"
name = "User"
hashed_pw = "$argon2i$v=19$m=16,t=2,p=1$ZGxhc2toZDEzemRoZ3F3$hh/ocnBbnZb2T+brwfDlhg"
}

This allows to setup Default Passwords for several users, without sharing the clear passwords with the administrator.

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

1 participant