Skip to content

Commit

Permalink
Merge pull request #8 from lalithkota/develop
Browse files Browse the repository at this point in the history
Helm Chart: oidc client namespace corrections
  • Loading branch information
pjoshi751 authored Jun 25, 2024
2 parents c57c6e3 + 42d7e0c commit da3375a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/openg2p-pbms-p2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ superset:
hostname: superset-pbms.openg2p.sandbox.net

oidcIssuerUrl: '{{ tpl .Values.global.keycloakIssuerUrl $ }}'
oidcClientId: openg2p-pbms-superset
oidcClientId: 'openg2p-pbms-superset-{{ .Release.Namespace }}'
oidcClientSecret: ''

supersetSecretKey: ''
Expand Down
10 changes: 5 additions & 5 deletions charts/openg2p-pbms/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ odk-central:
backend:
envVars:
OIDC_ISSUER_URL: '{{ tpl .Values.global.keycloakIssuerUrl $ }}'
OIDC_CLIENT_ID: openg2p-pbms-odk
OIDC_CLIENT_ID: 'openg2p-pbms-odk-{{ .Release.Namespace }}'
OIDC_CLIENT_SECRET: ""

minio:
Expand All @@ -131,7 +131,7 @@ minio:
size: 16Gi

oidcWellKnownConfigUrl: '{{ tpl .Values.global.keycloakIssuerUrl $ }}/.well-known/openid-configuration'
oidcClientId: openg2p-pbms-minio
oidcClientId: 'openg2p-pbms-minio-{{ .Release.Namespace }}'
oidcClientSecret: ''

extraEnvVars:
Expand Down Expand Up @@ -178,7 +178,7 @@ loggingOpensearch:
hostname: opensearch-logging-pbms.openg2p.sandbox.net

oidcWellKnownConfigUrl: '{{ tpl .Values.global.keycloakIssuerUrl $ }}/.well-known/openid-configuration'
oidcClientId: openg2p-pbms-logging-opensearch
oidcClientId: 'openg2p-pbms-logging-opensearch-{{ .Release.Namespace }}'
oidcClientSecret: ''

master:
Expand Down Expand Up @@ -360,12 +360,12 @@ reporting:
kafkaUi:
enabled: true
hostname: kafka-reporting-pbms.openg2p.sandbox.net
oidcClientId: 'openg2p-pbms-reporting-kafka'
oidcClientId: 'openg2p-pbms-reporting-kafka-{{ .Release.Namespace }}'
oidcClientSecret: ''
opensearch:
enabled: true
hostname: opensearch-reporting-pbms.openg2p.sandbox.net
oidcClientId: 'openg2p-pbms-reporting-opensearch'
oidcClientId: 'openg2p-pbms-reporting-opensearch-{{ .Release.Namespace }}'
oidcClientSecret: ''

reporting-init:
Expand Down

0 comments on commit da3375a

Please sign in to comment.