Skip to content

Commit

Permalink
Allow users from aiidalab team to be able to login (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz authored Feb 29, 2024
1 parent 566cffd commit b09ca32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions basehub/values.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jupyterhub:
client_id: {{ environ('OAUTH_CLIENT_ID') }}
client_secret: {{ environ('OAUTH_CLIENT_SECRET') }}
oauth_callback_url: {{ environ('OAUTH_CALLBACK_URL') }}
allowed_organizations: ['aiidalab']
admin_users:
- unkcpz
- yakutovicha

0 comments on commit b09ca32

Please sign in to comment.