Skip to content
Snippets Groups Projects
Verified Commit d757af82 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

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
parent 3ccacb28
No related branches found
No related tags found
No related merge requests found
Pipeline #103819 passed
......@@ -128,10 +128,6 @@ resource "keycloak_realm" "archlinux" {
failure_reset_time_seconds = 43200
}
}
attributes = {
userProfileEnabled = true
}
}
resource "keycloak_realm_user_profile" "archlinux" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment