diff --git a/.gitignore b/.gitignore index 85daa02..2d2947d 100644 --- a/.gitignore +++ b/.gitignore @@ -20,4 +20,8 @@ rad.json *.bclicense *.flf #Test results file -TestResults.xml \ No newline at end of file +TestResults.xml + +.claude/ + +CLAUDE.md* diff --git a/helm/airflow/values.yaml b/helm/airflow/values.yaml index 10495ab..257b033 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": "http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/realms/k8s-apps/protocol/openid-connect", + "access_token_url": "http://keycloak-keycloakx-http.keycloak.svc.cluster.local/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": "http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/realms/k8s-apps/protocol/openid-connect/certs", "client_kwargs": { "scope": "openid email profile" } diff --git a/helm/keycloak/values.yaml b/helm/keycloak/values.yaml index e76616f..17d41ea 100644 --- a/helm/keycloak/values.yaml +++ b/helm/keycloak/values.yaml @@ -1,4 +1,4 @@ -httpRelativePath: "/" +httpRelativePath: "/auth" command: - "/opt/keycloak/bin/kc.sh"