fix(nubus): Enable Keycloak's user account console.

This commit is contained in:
Thorsten Roßner
2024-05-23 07:50:39 +02:00
parent c90f7c1742
commit c03e4a5340

View File

@@ -1205,12 +1205,14 @@ keycloak-extensions:
paths:
{{- if .Values.debug.enabled }}
- pathType: "Prefix"
path: "/admin"
path: "/admin/"
{{- end }}
- pathType: "Prefix"
path: "/realms"
path: "/realms/"
- pathType: "Prefix"
path: "/resources"
path: "/js/"
- pathType: "Prefix"
path: "/resources/"
- pathType: "Prefix"
path: "/fingerprintjs"
- pathType: "Exact"