From dcd06ddd370807957708e105fc17550c2eb91273 Mon Sep 17 00:00:00 2001 From: mbelfares Date: Wed, 10 Jun 2026 19:26:52 +0200 Subject: [PATCH] update realm --- helm/monitoring/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/monitoring/values.yaml b/helm/monitoring/values.yaml index af83570..b4d9d26 100644 --- a/helm/monitoring/values.yaml +++ b/helm/monitoring/values.yaml @@ -21,9 +21,9 @@ grafana: client_id: grafana client_secret: $__file{/etc/secrets/GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET} scopes: openid email profile - auth_url: http://keycloak.13.140.150.2.nip.io/auth/realms/airflow-realm/protocol/openid-connect/auth - token_url: http://keycloak.13.140.150.2.nip.io/auth/realms/airflow-realm/protocol/openid-connect/token - api_url: http://keycloak.13.140.150.2.nip.io/auth/realms/airflow-realm/protocol/openid-connect/userinfo + auth_url: http://keycloak.13.140.150.2.nip.io/auth/realms/k8s-apps/protocol/openid-connect/auth + token_url: http://keycloak.13.140.150.2.nip.io/auth/realms/k8s-apps/protocol/openid-connect/token + api_url: http://keycloak.13.140.150.2.nip.io/auth/realms/k8s-apps/protocol/openid-connect/userinfo email_attribute_path: email login_attribute_path: preferred_username