From 3bfbae802de4978bab94720ca59b6aaa451ce5ea Mon Sep 17 00:00:00 2001 From: mbelfares Date: Wed, 10 Jun 2026 18:58:08 +0200 Subject: [PATCH] update realm --- helm/airflow/values.yaml | 10 +++++----- helm/monitoring/oauth2-proxy-alertmanager.yaml | 2 +- helm/monitoring/oauth2-proxy-prometheus.yaml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/helm/airflow/values.yaml b/helm/airflow/values.yaml index 8d04606..317c1d2 100644 --- a/helm/airflow/values.yaml +++ b/helm/airflow/values.yaml @@ -42,12 +42,12 @@ apiServer: "icon": "fa-key", "remote_app": { "client_id": "airflow", - "client_secret": "93psJ7EWe95XEFf9MeWHKE5dbyNQpQnY", - "api_base_url": "http://keycloak.13.140.150.2.nip.io/auth/realms/airflow-realm/protocol/openid-connect", + "client_secret": "TEQqjspeIrGRVLSxyArkjBMF3StaltwL", + "api_base_url": "http://keycloak.13.140.150.2.nip.io/auth/realms/k8s-apps/protocol/openid-connect", "request_token_url": None, - "access_token_url": "http://keycloak.13.140.150.2.nip.io/auth/realms/airflow-realm/protocol/openid-connect/token", - "authorize_url": "http://keycloak.13.140.150.2.nip.io/auth/realms/airflow-realm/protocol/openid-connect/auth", - "jwks_uri": "http://keycloak.13.140.150.2.nip.io/auth/realms/airflow-realm/protocol/openid-connect/certs", + "access_token_url": "http://keycloak.13.140.150.2.nip.io/auth/realms/k8s-apps/protocol/openid-connect/token", + "authorize_url": "http://keycloak.13.140.150.2.nip.io/auth/realms/k8s-apps/protocol/openid-connect/auth", + "jwks_uri": "http://keycloak.13.140.150.2.nip.io/auth/realms/k8s-apps/protocol/openid-connect/certs", "client_kwargs": { "scope": "openid email profile" } diff --git a/helm/monitoring/oauth2-proxy-alertmanager.yaml b/helm/monitoring/oauth2-proxy-alertmanager.yaml index 5c25fb9..9aaba6a 100644 --- a/helm/monitoring/oauth2-proxy-alertmanager.yaml +++ b/helm/monitoring/oauth2-proxy-alertmanager.yaml @@ -8,7 +8,7 @@ config: extraArgs: provider: oidc - oidc-issuer-url: "http://keycloak.13.140.150.2.nip.io/auth/realms/airflow-realm" + oidc-issuer-url: "http://keycloak.13.140.150.2.nip.io/auth/realms/k8s-apps" email-domain: "*" insecure-oidc-allow-unverified-email: "true" upstream: "http://monitoring-kube-prometheus-alertmanager.monitoring.svc.cluster.local:9093" diff --git a/helm/monitoring/oauth2-proxy-prometheus.yaml b/helm/monitoring/oauth2-proxy-prometheus.yaml index d5f798f..52e9314 100644 --- a/helm/monitoring/oauth2-proxy-prometheus.yaml +++ b/helm/monitoring/oauth2-proxy-prometheus.yaml @@ -8,7 +8,7 @@ config: extraArgs: provider: oidc - oidc-issuer-url: "http://keycloak.13.140.150.2.nip.io/auth/realms/airflow-realm" + oidc-issuer-url: "http://keycloak.13.140.150.2.nip.io/auth/realms/k8s-apps" email-domain: "*" insecure-oidc-allow-unverified-email: "true" upstream: "http://monitoring-kube-prometheus-prometheus.monitoring.svc.cluster.local:9090"