feat: manual only deployment

This commit is contained in:
2026-06-14 18:02:45 +02:00
parent fb24c8e923
commit a43c529b3f
+3 -8
View File
@@ -1,10 +1,5 @@
executor: KubernetesExecutor executor: KubernetesExecutor
hostAliases:
- ip: "192.168.100.10"
hostnames:
- "keycloak.idir-belfares.fr"
dags: dags:
gitSync: gitSync:
enabled: true enabled: true
@@ -47,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/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", "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", "access_token_url": "http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/realms/k8s-apps/protocol/openid-connect/token",
"jwks_uri": "http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/realms/k8s-apps/protocol/openid-connect/certs",
"server_metadata_url": "http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/realms/k8s-apps/.well-known/openid-configuration",
"client_kwargs": { "client_kwargs": {
"scope": "openid email profile" "scope": "openid email profile"
} }