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

Add Auth0 mgmt domain param #148

Merged
merged 1 commit into from
Aug 19, 2024
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 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.9
version: 1.13.10
# 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
2 changes: 2 additions & 0 deletions charts/bindplane/templates/bindplane-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,8 @@ spec:
value: {{ .Values.dev.auth.auth0.domain }}
- name: BINDPLANE_AUTH0_AUDIENCE
value: {{ .Values.dev.auth.auth0.audience }}
- name: BINDPLANE_AUTH0_MANAGEMENT_DOMAIN
value: {{ .Values.dev.auth.auth0.managementdomain }}
- name: BINDPLANE_AUTH0_MANAGEMENT_CLIENT_ID
value: {{ .Values.dev.auth.auth0.managementclientid }}
- name: BINDPLANE_AUTH0_MANAGEMENT_CLIENT_SECRET
Expand Down
2 changes: 2 additions & 0 deletions charts/bindplane/templates/bindplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,8 @@ spec:
value: {{ .Values.dev.auth.auth0.domain }}
- name: BINDPLANE_AUTH0_AUDIENCE
value: {{ .Values.dev.auth.auth0.audience }}
- name: BINDPLANE_AUTH0_MANAGEMENT_DOMAIN
value: {{ .Values.dev.auth.auth0.managementdomain }}
- name: BINDPLANE_AUTH0_MANAGEMENT_CLIENT_ID
value: {{ .Values.dev.auth.auth0.managementclientid }}
- name: BINDPLANE_AUTH0_MANAGEMENT_CLIENT_SECRET
Expand Down
Loading