Skip to content

Commit d021c40

Browse files
authored
Merge pull request #3489 from OpenNeuroOrg/github-auth-helm
chore(helm): Add secret config for GitHub auth
2 parents c2aeee1 + beb5d91 commit d021c40

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

helm/openneuro/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
name: openneuro
3-
version: 1.3.0
3+
version: 1.4.0
44
description: OpenNeuro production deployment chart
55
home: https://openneuro.org
66
sources:

helm/openneuro/templates/secret.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ stringData:
1313
ORCID_CLIENT_SECRET: {{ .Values.secrets.auth.ORCID_CLIENT_SECRET | quote }}
1414
ORCID_API_ENDPOINT: {{ .Values.secrets.auth.ORCID_API_ENDPOINT | quote }}
1515
{{- end }}
16+
{{- if .Values.secrets.auth.GITHUB_CLIENT_SECRET }}
17+
GITHUB_CLIENT_ID: {{ .Values.secrets.auth.GITHUB_CLIENT_ID | quote }}
18+
GITHUB_CLIENT_SECRET: {{ .Values.secrets.auth.GITHUB_CLIENT_SECRET | quote }}
19+
{{- end }}
1620
{{- if .Values.secrets.auth.GLOBUS_CLIENT_SECRET }}
1721
GLOBUS_CLIENT_ID: {{ .Values.secrets.auth.GLOBUS_CLIENT_ID | quote }}
1822
GLOBUS_CLIENT_SECRET: {{ .Values.secrets.auth.GLOBUS_CLIENT_SECRET | quote }}

0 commit comments

Comments
 (0)