fix(netbird): allow required endpoint from keycloak

This commit is contained in:
Vegard Hagen
2024-08-20 19:53:43 +02:00
parent d74b811d84
commit 91e389dc0e

View File

@@ -17,6 +17,9 @@ spec:
- path:
type: PathPrefix
value: /resources
- path:
type: PathPrefix
value: /admin/realms/homelab/users/count
backendRefs:
- name: keycloak
port: 80