From 3b541a075f5d80f15e3353cecb8636118018a529 Mon Sep 17 00:00:00 2001 From: mbelfares Date: Sun, 14 Jun 2026 16:41:27 +0200 Subject: [PATCH] fix ssh key for git sync --- .gitignore | 6 +++++- helm/airflow/values.yaml | 8 ++++---- helm/keycloak/values.yaml | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 85daa02..2d2947d 100644 --- a/.gitignore +++ b/.gitignore @@ -20,4 +20,8 @@ rad.json *.bclicense *.flf #Test results file -TestResults.xml \ No newline at end of file +TestResults.xml + +.claude/ + +CLAUDE.md* diff --git a/helm/airflow/values.yaml b/helm/airflow/values.yaml index 10495ab..257b033 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": "http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/realms/k8s-apps/protocol/openid-connect", + "access_token_url": "http://keycloak-keycloakx-http.keycloak.svc.cluster.local/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": "http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/realms/k8s-apps/protocol/openid-connect/certs", "client_kwargs": { "scope": "openid email profile" } diff --git a/helm/keycloak/values.yaml b/helm/keycloak/values.yaml index e76616f..17d41ea 100644 --- a/helm/keycloak/values.yaml +++ b/helm/keycloak/values.yaml @@ -1,4 +1,4 @@ -httpRelativePath: "/" +httpRelativePath: "/auth" command: - "/opt/keycloak/bin/kc.sh"