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