From 24efded5d67c332b497ab4cb071a2e74a9d32103 Mon Sep 17 00:00:00 2001 From: mbelfares Date: Sat, 13 Jun 2026 21:42:36 +0200 Subject: [PATCH] fix ssh key for git sync --- helm/airflow/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/helm/airflow/values.yaml b/helm/airflow/values.yaml index 10495ab..b7d9bcb 100644 --- a/helm/airflow/values.yaml +++ b/helm/airflow/values.yaml @@ -42,10 +42,10 @@ apiServer: "remote_app": { "client_id": "airflow", "client_secret": "TEQqjspeIrGRVLSxyArkjBMF3StaltwL", - "api_base_url": "https://keycloak.idir-belfares.fr/realms/k8s-apps/protocol/openid-connect", - "access_token_url": "https://keycloak.idir-belfares.fr/realms/k8s-apps/protocol/openid-connect/token", - "authorize_url": "https://keycloak.idir-belfares.fr/realms/k8s-apps/protocol/openid-connect/auth", - "jwks_uri": "https://keycloak.idir-belfares.fr/realms/k8s-apps/protocol/openid-connect/certs", + "api_base_url": "https://keycloak.idir-belfares.fr/auth/realms/k8s-apps/protocol/openid-connect", + "access_token_url": "https://keycloak.idir-belfares.fr/auth/realms/k8s-apps/protocol/openid-connect/token", + "authorize_url": "https://keycloak.idir-belfares.fr/auth/realms/k8s-apps/protocol/openid-connect/auth", + "jwks_uri": "https://keycloak.idir-belfares.fr/auth/realms/k8s-apps/protocol/openid-connect/certs", "client_kwargs": { "scope": "openid email profile" }