From 91e389dc0ec0062d922767a5dbbdac6f96262be7 Mon Sep 17 00:00:00 2001 From: Vegard Hagen Date: Tue, 20 Aug 2024 19:53:43 +0200 Subject: [PATCH] fix(netbird): allow required endpoint from keycloak --- k8s/infra/auth/keycloak/http-route.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/k8s/infra/auth/keycloak/http-route.yaml b/k8s/infra/auth/keycloak/http-route.yaml index 65a68e5..32030c3 100644 --- a/k8s/infra/auth/keycloak/http-route.yaml +++ b/k8s/infra/auth/keycloak/http-route.yaml @@ -17,6 +17,9 @@ spec: - path: type: PathPrefix value: /resources + - path: + type: PathPrefix + value: /admin/realms/homelab/users/count backendRefs: - name: keycloak port: 80