forked from 2i2c-org/infrastructure
-
Notifications
You must be signed in to change notification settings - Fork 0
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 2i2c-org#2807 from sean-morris/master
[CloudBank] Demo Hub: Test GitHub Auth
- Loading branch information
Showing
3 changed files
with
45 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
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 |
---|---|---|
|
@@ -35,21 +35,32 @@ jupyterhub: | |
hub: | ||
config: | ||
JupyterHub: | ||
authenticator_class: cilogon | ||
CILogonOAuthenticator: | ||
authenticator_class: github | ||
GitHubOAuthenticator: | ||
oauth_callback_url: https://demo.cloudbank.2i2c.cloud/hub/oauth_callback | ||
username_claim: email | ||
Authenticator: | ||
# These folks should still have admin tho | ||
allowed_organizations: | ||
- 2i2c-org | ||
- ahs-cs-a | ||
scope: | ||
- read:user | ||
admin_users: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
# We only want 2i2c users and users with .edu emails to sign up | ||
# Protects against cryptominers - https://github.com/2i2c-org/infrastructure/issues/1216 | ||
# FIXME: This doesn't account for educational institutions that have emails that don't end in .edu, | ||
# as is the case for some non-euroamerican universities. | ||
username_pattern: '^(.+@2i2c\.org|.+\.edu|kalkeab@gmail\.com|deployment-service-check)$' | ||
- sean-morris | ||
# JupyterHub: | ||
# authenticator_class: cilogon | ||
# CILogonOAuthenticator: | ||
# oauth_callback_url: https://demo.cloudbank.2i2c.cloud/hub/oauth_callback | ||
# username_claim: email | ||
# Authenticator: | ||
# # These folks should still have admin tho | ||
# admin_users: | ||
# - [email protected] | ||
# - [email protected] | ||
# - [email protected] | ||
# # We only want 2i2c users and users with .edu emails to sign up | ||
# # Protects against cryptominers - https://github.com/2i2c-org/infrastructure/issues/1216 | ||
# # FIXME: This doesn't account for educational institutions that have emails that don't end in .edu, | ||
# # as is the case for some non-euroamerican universities. | ||
# username_pattern: '^(.+@2i2c\.org|.+\.edu|kalkeab@gmail\.com|deployment-service-check)$' | ||
cull: | ||
# Cull after 30min of inactivity | ||
every: 300 | ||
|
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
jupyterhub: | ||
hub: | ||
config: | ||
GitHubOAuthenticator: | ||
client_id: ENC[AES256_GCM,data:hUklCIxzn0DcTn/8wAvOsjjhbPQ=,iv:3Q8M39+RWKsFW1zoYwtfcKwgyqrCn0gD5kCYpV34f9s=,tag:3X8XVvk7R7CZ8A9r7c6Xyw==,type:str] | ||
client_secret: ENC[AES256_GCM,data:KH39Ztj5k2y8O1isRUlq+C7HTKLZL3bKNMACHTDf1b/+Oj02ugimdQ==,iv:DziFESpFqBbW9G7DNfc/hGASWtwbWllJwfN+UBEbkFI=,tag:YaO3M2Qm5O+/Xr/wt/p+IQ==,type:str] | ||
sops: | ||
kms: [] | ||
gcp_kms: | ||
- resource_id: projects/two-eye-two-see/locations/global/keyRings/sops-keys/cryptoKeys/similar-hubs | ||
created_at: "2023-07-12T20:19:09Z" | ||
enc: CiUA4OM7eJBb2i/RPXWo7DMEXza9Vju41ArGS8HMJVjCqNMOIaizEkkAyiwFHAiA3YVIV/4nAQ16WlStbzseuh0zo+TPrytupbVkm1XoaGopSE+ALGwPeZOfb5Jsjd7PcW9U4NfT9utJEaES4pi89hnz | ||
azure_kv: [] | ||
hc_vault: [] | ||
age: [] | ||
lastmodified: "2023-07-12T20:19:09Z" | ||
mac: ENC[AES256_GCM,data:gx+rKkMlzVRJhA5mD4AJ8IYPqUhSUiADZQaSzyrnIfh1P/45sdPE5oQsLpQvHFo7DU2n0D8igS6BFl/6vVNkKTtC4Bybqyryqg2MY0+lsRwKW6yzID0AqfkkBl1f9zh7wHD2nLmn4ysH97roxIjWGUh1bLrk4fg5w6PxrIO5Z9g=,iv:pzl2CJ8EhPWUkJDFR/yP55Ly9pbl26AoPFWokrAzBrE=,tag:JKEjUqeVrEUZoq9tMaY+Fw==,type:str] | ||
pgp: [] | ||
unencrypted_suffix: _unencrypted | ||
version: 3.7.1 |