fix ssh key for git sync

This commit is contained in:
2026-06-13 22:12:41 +02:00
parent 6a1ed42145
commit 5cbd320969
2 changed files with 8 additions and 6 deletions
+4 -4
View File
@@ -42,10 +42,10 @@ apiServer:
"remote_app": {
"client_id": "airflow",
"client_secret": "TEQqjspeIrGRVLSxyArkjBMF3StaltwL",
"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",
"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",
"client_kwargs": {
"scope": "openid email profile"
}