fix ssh key for git sync

This commit is contained in:
2026-06-13 21:42:36 +02:00
parent a977b55d97
commit 24efded5d6
+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/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"
}