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

Unable to change authentik_user password from terraform #555

Open
emouawad opened this issue Aug 24, 2024 · 0 comments
Open

Unable to change authentik_user password from terraform #555

emouawad opened this issue Aug 24, 2024 · 0 comments

Comments

@emouawad
Copy link

resource "authentik_user" "tester-1" {
name = "Tester 1"
type = "internal"
username = "tester-1"
password = sensitive("password")
is_active = true
groups = [authentik_group.testers.id]
attributes = jsonencode({
managed = true
description = "for testing"
})
}

once the user is created, the password cannot be changed from terraform - Even after terraform apply the password is still the old one.
the password can be changed from authentik admin ui successfully

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