fix ssh key for git sync

This commit is contained in:
2026-06-14 16:41:27 +02:00
parent 8a5f3a8fcd
commit 3b541a075f
3 changed files with 10 additions and 6 deletions
+5 -1
View File
@@ -20,4 +20,8 @@ rad.json
*.bclicense *.bclicense
*.flf *.flf
#Test results file #Test results file
TestResults.xml TestResults.xml
.claude/
CLAUDE.md*
+4 -4
View File
@@ -42,10 +42,10 @@ apiServer:
"remote_app": { "remote_app": {
"client_id": "airflow", "client_id": "airflow",
"client_secret": "TEQqjspeIrGRVLSxyArkjBMF3StaltwL", "client_secret": "TEQqjspeIrGRVLSxyArkjBMF3StaltwL",
"api_base_url": "https://keycloak.idir-belfares.fr/realms/k8s-apps/protocol/openid-connect", "api_base_url": "http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/realms/k8s-apps/protocol/openid-connect",
"access_token_url": "https://keycloak.idir-belfares.fr/realms/k8s-apps/protocol/openid-connect/token", "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/realms/k8s-apps/protocol/openid-connect/auth", "authorize_url": "https://keycloak.idir-belfares.fr/auth/realms/k8s-apps/protocol/openid-connect/auth",
"jwks_uri": "https://keycloak.idir-belfares.fr/realms/k8s-apps/protocol/openid-connect/certs", "jwks_uri": "http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/realms/k8s-apps/protocol/openid-connect/certs",
"client_kwargs": { "client_kwargs": {
"scope": "openid email profile" "scope": "openid email profile"
} }
+1 -1
View File
@@ -1,4 +1,4 @@
httpRelativePath: "/" httpRelativePath: "/auth"
command: command:
- "/opt/keycloak/bin/kc.sh" - "/opt/keycloak/bin/kc.sh"