Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(customer-center): add config for oidc host #1160

Merged
merged 1 commit into from
Dec 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md

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

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.3.0
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.3.0"
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.3.0
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