-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #418 from yuvipanda/demo-pass
Support username / password auth provider
- Loading branch information
Showing
4 changed files
with
38 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -191,7 +191,7 @@ hubs: | |
domain: demo.cloudbank.2i2c.cloud | ||
template: basehub | ||
auth0: | ||
connection: google-oauth2 | ||
connection: password | ||
config: | ||
jupyterhub: | ||
custom: | ||
|
@@ -212,15 +212,15 @@ hubs: | |
url: http://cloudbank.org/ | ||
hub: | ||
config: | ||
Authenticator: | ||
allowed_users: &demo_users | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
admin_users: *demo_users | ||
JupyterHub: | ||
# No more than 100 users at a time | ||
active_server_limit: 100 | ||
cull: | ||
# Cull after 30min of inactivity | ||
every: 300 | ||
timeout: 1800 | ||
# No pods over 12h long | ||
maxAge: 43200 | ||
- name: lassen | ||
domain: lassen.cloudbank.2i2c.cloud | ||
template: basehub | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters