Skip to content

Commit

Permalink
Fix oauth template var name mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Feb 14, 2024
1 parent 43fc1e4 commit 1b44f67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions basehub/values.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ jupyterhub:
JupyterHub:
authenticator_class: 'github'
GitHubOAuthenticator:
client_id: {{ environ('GITHUB_CLIENT_ID') }}
client_secret: {{ environ('GITHUB_CLIENT_SECRET') }}
client_id: {{ environ('OAUTH_CLIENT_ID') }}
client_secret: {{ environ('OAUTH_CLIENT_SECRET') }}
oauth_callback_url: {{ environ('OAUTH_CALLBACK_URL') }}
admin_users:
- unkcpz
Expand Down

0 comments on commit 1b44f67

Please sign in to comment.