Skip to content

Commit

Permalink
feat(customer-center): add config for oidc host
Browse files Browse the repository at this point in the history
  • Loading branch information
trowik committed Dec 6, 2023
1 parent 2f52433 commit d501d7f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
13 changes: 9 additions & 4 deletions charts/customer-center/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: customer-center
description: Chart for Customer-Center application
type: application
version: 0.2.30
appVersion: v3.2.6
version: 0.2.31
appVersion: v3.2.7
keywords:
- customer-center
home: https://github.com/adfinis/customer-center
Expand All @@ -17,7 +17,12 @@ maintainers:
annotations:
artifacthub.io/changes: |
- kind: changed
description: "update customer-center to v3.2.6"
description: "add config for OIDC URL"
links:
- name: GitHub Commit
url: https://github.com/adfinis/customer-center/commit/2531d6ba95e4752c263ca6a52b36e930ee78f9e2
- kind: changed
description: "bump appVersion to v3.2.7"
links:
- name: GitHub Release
url: https://github.com/adfinis/customer-center/releases/tag/v3.2.6
url: https://github.com/adfinis/customer-center/releases/tag/v3.2.7
3 changes: 2 additions & 1 deletion charts/customer-center/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions charts/customer-center/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ metadata:
{{- include "customerCenter.labels" . | nindent 4 }}
app.kubernetes.io/component: frontend
data:
OIDC_CLIENT_HOST: {{ .Values.auth.oidcUrl | quote }}
OIDC_CLIENT: {{ .Values.auth.oidcClient | quote }}
2 changes: 2 additions & 0 deletions charts/customer-center/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,5 @@ ingress:
auth:
# -- Configure oidc client for customer-center frontend
oidcClient: cc
# -- Configure oidc host url for customer-center frontend
oidcUrl: https://example.com/auth/realms/timed/protocol/openid-connect

0 comments on commit d501d7f

Please sign in to comment.