diff --git a/helm/airflow/values.yaml b/helm/airflow/values.yaml index 10495ab..b7d9bcb 100644 --- a/helm/airflow/values.yaml +++ b/helm/airflow/values.yaml @@ -42,10 +42,10 @@ apiServer: "remote_app": { "client_id": "airflow", "client_secret": "TEQqjspeIrGRVLSxyArkjBMF3StaltwL", - "api_base_url": "https://keycloak.idir-belfares.fr/realms/k8s-apps/protocol/openid-connect", - "access_token_url": "https://keycloak.idir-belfares.fr/realms/k8s-apps/protocol/openid-connect/token", - "authorize_url": "https://keycloak.idir-belfares.fr/realms/k8s-apps/protocol/openid-connect/auth", - "jwks_uri": "https://keycloak.idir-belfares.fr/realms/k8s-apps/protocol/openid-connect/certs", + "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", + "jwks_uri": "https://keycloak.idir-belfares.fr/auth/realms/k8s-apps/protocol/openid-connect/certs", "client_kwargs": { "scope": "openid email profile" }