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.
CloudBank: Converted SJCC to CiLogon
- modified cluster.yaml - created enc-sjcc.secret.values - updated sjcc values file
- Loading branch information
1 parent
1cfab18
commit 8d95ca1
Showing
3 changed files
with
32 additions
and
5 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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
jupyterhub: | ||
hub: | ||
config: | ||
CILogonOAuthenticator: | ||
client_id: ENC[AES256_GCM,data:LYsHnOvHo+YohdTVVSo1/SwjuMQalAAehC2bvuNoJuQ5DRIIJOlasE85XyhXNBeMvUaA,iv:TjbIYeftupwXepflUgSOekXXTui88ywPWJDwXttiLwo=,tag:ZKgZJD+ZqOEeaPw7ciS/9w==,type:str] | ||
client_secret: ENC[AES256_GCM,data:PVNbwuDF7Kx+n4a8gBfi3k1ne4gJ2ATzKB1qwMbBpJ89fJaADDV7KBetTtnqap5zGKxD9WJ2Kg8qrCwVDMM0RZQHOUwoISawoq3M6uxC7AKUHZzYDTA=,iv:ymRoLsOah0jfQExo0Cc6SFYuuuhLjqe4pZvOkDLRCtc=,tag:SRic3qFWgtuwhau2pSO5pg==,type:str] | ||
sops: | ||
kms: [] | ||
gcp_kms: | ||
- resource_id: projects/two-eye-two-see/locations/global/keyRings/sops-keys/cryptoKeys/similar-hubs | ||
created_at: "2022-12-22T18:26:51Z" | ||
enc: CiUA4OM7eOow6Jope46vV7W6dr8vCsC0UOcZnf0+qE8Wpwtb7EIaEkkA+0T9heSlokmeU2HZNeM0EMPVDUDAcS8P3nCNSFP3SxVFnZz2DKZVoNAp9IA52MTf/0Qi17sf9PwiqOO7x3kp8fTmEMUGZOTa | ||
azure_kv: [] | ||
hc_vault: [] | ||
age: [] | ||
lastmodified: "2022-12-22T18:26:52Z" | ||
mac: ENC[AES256_GCM,data:/8nS+MnLo8PCPYJ3XDt8ghyPuYwLmQLLtHEH5jEl2ACkRsLV4fLxwzZag6TFailzW1P7ivg1DatCU6F6wkwrTDtZcF08wgk2a2hGN6gjqTrwPMr+EFfEci3buXxj7l/nWmGrP4BUr+i1V9FBoV7BIVrpYqv4Qy36/Qe/ixZoT24=,iv:VMT4FKU79eVrsft3A6hWpZkwddax2FkGTB8mApyRyY4=,tag:V51uv0Z/gr5FQO6p72lOWw==,type:str] | ||
pgp: [] | ||
unencrypted_suffix: _unencrypted | ||
version: 3.7.1 |
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 |
---|---|---|
|
@@ -20,10 +20,16 @@ jupyterhub: | |
url: http://cloudbank.org/ | ||
hub: | ||
config: | ||
JupyterHub: | ||
authenticator_class: cilogon | ||
CILogonOAuthenticator: | ||
oauth_callback_url: https://sjcc.cloudbank.2i2c.cloud/hub/oauth_callback | ||
username_claim: email | ||
Authenticator: | ||
allowed_users: &sjcc_users | ||
- [email protected] | ||
- [email protected] | ||
admin_users: | ||
- [email protected] | ||
- [email protected] | ||
admin_users: *sjcc_users | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
username_pattern: '^(.+@2i2c\.org|.+@berkeley\.edu|.+@sjcc\.edu|.+@evc\.edu|deployment-service-check)$' |