mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-07 16:01:37 +01:00
fix(nubus): Keycloak admin console only when debug is set
This commit is contained in:
@@ -54,6 +54,8 @@ keycloak:
|
|||||||
credentialSecret:
|
credentialSecret:
|
||||||
name: "ums-keycloak-postgresql-opendesk-credentials"
|
name: "ums-keycloak-postgresql-opendesk-credentials"
|
||||||
key: "keycloakDatabasePassword"
|
key: "keycloakDatabasePassword"
|
||||||
|
config:
|
||||||
|
exposeAdminConsole: {{ .Values.debug.enabled }}
|
||||||
|
|
||||||
nubusGuardian:
|
nubusGuardian:
|
||||||
provisioning:
|
provisioning:
|
||||||
@@ -97,8 +99,22 @@ nubusKeycloakExtensions:
|
|||||||
credentialSecret:
|
credentialSecret:
|
||||||
name: "ums-opendesk-keycloak-credentials"
|
name: "ums-opendesk-keycloak-credentials"
|
||||||
key: "admin_password"
|
key: "admin_password"
|
||||||
config:
|
proxy:
|
||||||
exposeAdminConsole: {{ .Values.debug.enabled }}
|
ingress:
|
||||||
|
paths:
|
||||||
|
{{- if .Values.debug.enabled }}
|
||||||
|
- pathType: "Prefix"
|
||||||
|
path: "/admin/"
|
||||||
|
{{- end }}
|
||||||
|
- pathType: "Prefix"
|
||||||
|
path: "/realms/"
|
||||||
|
- pathType: "Prefix"
|
||||||
|
path: "/js/"
|
||||||
|
- pathType: "Prefix"
|
||||||
|
path: "/resources/"
|
||||||
|
- pathType: "Prefix"
|
||||||
|
path: "/fingerprintjs"
|
||||||
|
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
connection:
|
connection:
|
||||||
|
|||||||
Reference in New Issue
Block a user