Skip to content

Commit

Permalink
Use Auth0 management params
Browse files Browse the repository at this point in the history
  • Loading branch information
antonblock committed Aug 15, 2024
1 parent b16f5dd commit 686ee16
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/bindplane/templates/bindplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,11 @@ spec:
value: {{ .Values.dev.auth.auth0.domain }}
- name: BINDPLANE_AUTH0_AUDIENCE
value: {{ .Values.dev.auth.auth0.audience }}
- name: BINDPLANE_AUTH0_MANAGEMENT_CLIENT_ID
value: {{ .Values.dev.auth.auth0.managementclientid }}
- name: BINDPLANE_AUTH0_MANAGEMENT_CLIENT_SECRET
value: {{ .Values.dev.auth.auth0.managementclientsecret }}
{{- end }}
{{- end }}
{{- if eq .Values.multiAccount true }}
- name: BINDPLANE_ACCOUNTS_ENABLE
Expand Down

0 comments on commit 686ee16

Please sign in to comment.