mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
Fixed openwebui oidc
This commit is contained in:
@@ -6,10 +6,10 @@ spec:
|
||||
# https://chat.com/docs/grafana/latest/setup-grafana/configure-security/configure-authentication/keycloak/
|
||||
deletionPolicy: Delete
|
||||
providerConfigRef:
|
||||
name: owncloak
|
||||
name: {{ .Values.oidc.config.ref }}
|
||||
forProvider:
|
||||
realmIdRef:
|
||||
name: {{ .Values.oidc.realm }}
|
||||
name: {{ .Values.oidc.realm.ref }}
|
||||
name: Chat
|
||||
description: "LLM interface client for authentication"
|
||||
accessType: CONFIDENTIAL
|
||||
|
||||
@@ -6,7 +6,7 @@ spec:
|
||||
deletionPolicy: Delete
|
||||
forProvider:
|
||||
realmIdRef:
|
||||
name: {{ .Values.oidc.realm }}
|
||||
name: {{ .Values.oidc.realm.ref }}
|
||||
clientIdRef:
|
||||
name: chat
|
||||
defaultScopes:
|
||||
@@ -21,4 +21,4 @@ spec:
|
||||
# non-standard extras
|
||||
- roles-in-all-tokens # Add keycloak variant of roles to all tokens
|
||||
providerConfigRef:
|
||||
name: owncloak
|
||||
name: {{ .Values.oidc.config.ref }}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{{ $issuerUrl := printf "https://auth.%s/realms/%s" .Values.environment.baseDomain .Values.oidc.realm }}
|
||||
{{ $issuerUrl := printf "https://auth.%s/realms/%s" .Values.environment.baseDomain .Values.oidc.realm.name }}
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
|
||||
@@ -102,7 +102,11 @@ open-webui:
|
||||
- amd64
|
||||
|
||||
oidc:
|
||||
realm: owncloak-deepcypher
|
||||
realm:
|
||||
name: deepcypher
|
||||
ref: owncloak-deepcypher
|
||||
config:
|
||||
ref: owncloak
|
||||
|
||||
environment:
|
||||
name: unknown # not to be used for hard checks but to display to user
|
||||
|
||||
Reference in New Issue
Block a user