Skip to content

Commit d60c639

Browse files
committed
test2
1 parent 94fcec6 commit d60c639

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/helm/env.d/feature/values.dev-backend.yaml.gotmpl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@ keycloak:
5454
size: 5Gi
5555
image: postgres:16-alpine
5656
realm:
57-
name: docs
57+
name: Docs The Docs
5858
username: docs
5959
password: docs
6060
email: docs@example.com
61-
61+
given_name: Docs
62+
last_name: The Docs

src/helm/env.d/feature/values.impress.yaml.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ backend:
3232
LOGGING_LEVEL_HANDLERS_CONSOLE: ERROR
3333
LOGGING_LEVEL_LOGGERS_ROOT: INFO
3434
LOGGING_LEVEL_LOGGERS_APP: INFO
35-
OIDC_USERINFO_SHORTNAME_FIELD: "preferred_username"
35+
OIDC_USERINFO_SHORTNAME_FIELD: "given_name"
3636
OIDC_USERINFO_FULLNAME_FIELDS: "name"
3737
OIDC_OP_JWKS_ENDPOINT: https://{{ .Values.feature }}-docs-keycloak.{{ .Values.domain }}/realms/docs/protocol/openid-connect/certs
3838
OIDC_OP_AUTHORIZATION_ENDPOINT: https://{{ .Values.feature }}-docs-keycloak.{{ .Values.domain }}/realms/docs/protocol/openid-connect/auth

0 commit comments

Comments
 (0)