Skip to content

Commit

Permalink
Use Auth0 management params (#146)
Browse files Browse the repository at this point in the history
* Use Auth0 management params

* Bump chart version
  • Loading branch information
antonblock authored Aug 16, 2024
1 parent b16f5dd commit 579eea9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/bindplane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: bindplane
description: BindPlane OP is an observability pipeline.
type: application
# The chart's version
version: 1.13.7
version: 1.13.8
# The BindPlane OP tagged release. If the user does not
# set the `image.tag` values option, this version is used.
appVersion: 1.68.0
Expand Down
4 changes: 4 additions & 0 deletions charts/bindplane/templates/bindplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,10 @@ 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 }}
{{- if eq .Values.multiAccount true }}
- name: BINDPLANE_ACCOUNTS_ENABLE
Expand Down

0 comments on commit 579eea9

Please sign in to comment.