-
Notifications
You must be signed in to change notification settings - Fork 65
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 #3144 from consideRatio/pr/upgrade-oauth16
Upgrade to z2jh 3.1.0 with oauthenticator 16.1
- Loading branch information
Showing
86 changed files
with
716 additions
and
602 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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,6 +70,14 @@ binderhub: | |
auth_enabled: true | ||
JupyterHub: | ||
authenticator_class: cilogon | ||
CILogonOAuthenticator: | ||
oauth_callback_url: "https://binder-staging.hub.2i2c.cloud/hub/oauth_callback" | ||
allowed_idps: | ||
http://google.com/accounts/o8/id: | ||
username_derivation: | ||
username_claim: "email" | ||
allowed_domains: | ||
- "2i2c.org" | ||
Authenticator: | ||
admin_users: | ||
- [email protected] | ||
|
@@ -81,16 +89,6 @@ binderhub: | |
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
CILogonOAuthenticator: | ||
oauth_callback_url: "https://binder-staging.hub.2i2c.cloud/hub/oauth_callback" | ||
shown_idps: | ||
- http://google.com/accounts/o8/id | ||
allowed_idps: | ||
http://google.com/accounts/o8/id: | ||
username_derivation: | ||
username_claim: "email" | ||
allowed_domains: | ||
- "2i2c.org" | ||
singleuser: | ||
# to make notebook servers aware of hub | ||
cmd: jupyterhub-singleuser |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,17 +31,10 @@ jupyterhub: | |
tag: "6286b77ae45c" | ||
hub: | ||
config: | ||
Authenticator: | ||
admin_users: | ||
- "[email protected]" | ||
- "[email protected]" | ||
JupyterHub: | ||
authenticator_class: cilogon | ||
CILogonOAuthenticator: | ||
oauth_callback_url: "https://mtu.2i2c.cloud/hub/oauth_callback" | ||
shown_idps: | ||
- http://google.com/accounts/o8/id | ||
- https://sso.mtu.edu/idp/shibboleth | ||
allowed_idps: | ||
# Allow 2i2c staff to login with Google | ||
http://google.com/accounts/o8/id: | ||
|
@@ -55,3 +48,7 @@ jupyterhub: | |
username_claim: "email" | ||
allowed_domains: | ||
- "mtu.edu" | ||
Authenticator: | ||
admin_users: | ||
- "[email protected]" | ||
- "[email protected]" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,22 +45,20 @@ jupyterhub: | |
limit: 2G | ||
hub: | ||
config: | ||
Authenticator: | ||
admin_users: | ||
- [email protected] | ||
JupyterHub: | ||
authenticator_class: cilogon | ||
CILogonOAuthenticator: | ||
oauth_callback_url: https://temple.2i2c.cloud/hub/oauth_callback | ||
shown_idps: | ||
- https://fim.temple.edu/idp/shibboleth | ||
- https://accounts.google.com/o/oauth2/auth | ||
allowed_idps: | ||
https://fim.temple.edu/idp/shibboleth: | ||
username_derivation: | ||
username_claim: "eppn" | ||
allow_all: true | ||
http://google.com/accounts/o8/id: | ||
username_derivation: | ||
username_claim: "email" | ||
allowed_domains: | ||
- "2i2c.org" | ||
Authenticator: | ||
admin_users: | ||
- [email protected] |
Oops, something went wrong.