Skip to content

Allow setting User Password as hash #616

@Zapfmeister

Description

@Zapfmeister

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions