Skip to content

Commit

Permalink
oidc.enabled environment variable should be OIDC_ENABLED (#192)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Mason <mimason@equinix.com>
  • Loading branch information
mikemrm authored Jun 30, 2023
1 parent f7f5f76 commit 1104387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/load-balancer-api/templates/api-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
data:
LOADBALANCERAPI_EVENTS_PUBLISHER_PREFIX: "{{ .Values.api.events.topicPrefix }}"
LOADBALANCERAPI_EVENTS_PUBLISHER_URL: "{{ .Values.api.events.connectionURL }}"
LOADBALANCERAPI_OIDC: "{{ .Values.api.oidc.enabled }}"
LOADBALANCERAPI_OIDC_ENABLED: "{{ .Values.api.oidc.enabled }}"
LOADBALANCERAPI_OIDC_AUDIENCE: "{{ .Values.api.oidc.audience }}"
LOADBALANCERAPI_OIDC_ISSUER: "{{ .Values.api.oidc.issuer }}"
LOADBALANCERAPI_OIDC_JWKS_REMOTE_TIMEOUT: "{{ .Values.api.oidc.jwksRemoteTimeout }}"
Expand Down

0 comments on commit 1104387

Please sign in to comment.