From e12befd1b7f81fa3da1fe4d1e1fe416e1afc5493 Mon Sep 17 00:00:00 2001 From: mbelfares Date: Sun, 14 Jun 2026 19:42:33 +0200 Subject: [PATCH] feat: manual only deployment --- helm/airflow/values.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/helm/airflow/values.yaml b/helm/airflow/values.yaml index a42c2d2..66a0619 100644 --- a/helm/airflow/values.yaml +++ b/helm/airflow/values.yaml @@ -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" + } } } ] \ No newline at end of file