From aada7bc45d87c61958eaa6d6860e1c08be2bfe61 Mon Sep 17 00:00:00 2001 From: mbelfares Date: Sun, 14 Jun 2026 19:06:36 +0200 Subject: [PATCH] feat: manual only deployment --- helm/airflow/values.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/helm/airflow/values.yaml b/helm/airflow/values.yaml index 6954ec4..b76c7ea 100644 --- a/helm/airflow/values.yaml +++ b/helm/airflow/values.yaml @@ -42,10 +42,8 @@ apiServer: "remote_app": { "client_id": "airflow", "client_secret": "AtBq4q8FcHe4tsVWfT0rrJ4RjKdzMnhG", - "authorize_url": "https://keycloak.idir-belfares.fr/auth/realms/k8s-apps/protocol/openid-connect/auth", + "server_metadata_url": "https://keycloak.idir-belfares.fr/auth/realms/k8s-apps/.well-known/openid-configuration", "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", "client_kwargs": { "scope": "openid email profile", "token_endpoint_auth_method": "client_secret_post"