1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-14 23:40:42 +02:00

tf-stage2: remove userProfileEnabled attribute

"The user profile feature is now enabled by default." [1]

[1] https://www.keycloak.org/docs/24.0.2/upgrading/#user-profile-changes
This commit is contained in:
Evangelos Foutras 2024-08-04 11:24:44 +03:00
parent 3ccacb2875
commit d757af82ed
No known key found for this signature in database
GPG Key ID: 51E8B148A9999C34

View File

@ -128,10 +128,6 @@ resource "keycloak_realm" "archlinux" {
failure_reset_time_seconds = 43200
}
}
attributes = {
userProfileEnabled = true
}
}
resource "keycloak_realm_user_profile" "archlinux" {