fix ssh key for git sync
This commit is contained in:
+5
-1
@@ -20,4 +20,8 @@ rad.json
|
||||
*.bclicense
|
||||
*.flf
|
||||
#Test results file
|
||||
TestResults.xml
|
||||
TestResults.xml
|
||||
|
||||
.claude/
|
||||
|
||||
CLAUDE.md*
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
httpRelativePath: "/"
|
||||
httpRelativePath: "/auth"
|
||||
|
||||
command:
|
||||
- "/opt/keycloak/bin/kc.sh"
|
||||
|
||||
Reference in New Issue
Block a user