feat: manual only deployment

This commit is contained in:
2026-06-14 19:42:33 +02:00
parent 76152778cc
commit e12befd1b7
+2 -8
View File
@@ -42,17 +42,11 @@ apiServer:
"remote_app": {
"client_id": "airflow",
"client_secret": "AtBq4q8FcHe4tsVWfT0rrJ4RjKdzMnhG",
"authorize_url": "https://keycloak.idir-belfares.fr/auth/realms/k8s-apps/protocol/openid-connect/auth",
"access_token_url": "http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/realms/k8s-apps/protocol/openid-connect/token",
"userinfo_endpoint": "http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/realms/k8s-apps/protocol/openid-connect/userinfo",
"jwks_uri": "http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/realms/k8s-apps/protocol/openid-connect/certs",
"server_metadata_url": "https://keycloak.idir-belfares.fr/auth/realms/k8s-apps/.well-known/openid-configuration",
"client_kwargs": {
"scope": "openid email profile",
"token_endpoint_auth_method": "client_secret_post"
},
"jwks_options": {"verify_exp": True},
"token_endpoint_auth_method": "client_secret_post",
"issuer": "https://keycloak.idir-belfares.fr/auth/realms/k8s-apps"
}
}
}
]