Added grafana to keycloak. clean up prom-stak
Check with kubeconform / lint (push) Successful in 6s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 12s
Auto-update README / Generate README and Create MR (push) Successful in 9s

This commit is contained in:
Ultradesu
2026-05-05 19:06:01 +01:00
parent 5f94563038
commit 2778f6582c
6 changed files with 11 additions and 676 deletions
+2 -2
View File
@@ -128,9 +128,9 @@ resource "keycloak_openid_client" "oauth2_app" {
standard_flow_enabled = true
direct_access_grants_enabled = false
valid_redirect_uris = each.value.redirect_uris
valid_redirect_uris = each.value.redirect_uris
valid_post_logout_redirect_uris = each.value.post_logout_redirect_uris
web_origins = each.value.web_origins
web_origins = each.value.web_origins
}
resource "keycloak_openid_group_membership_protocol_mapper" "oauth2_app_groups" {