-
Notifications
You must be signed in to change notification settings - Fork 67
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 #4229 from GeorgianaElena/projectpythia-binder
[New Hub] binder.pythia.2i2c.cloud
- Loading branch information
Showing
4 changed files
with
118 additions
and
1 deletion.
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
23 changes: 23 additions & 0 deletions
23
config/clusters/projectpythia/enc-pythia-binder.secret.values.yaml
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,23 @@ | ||
jupyterhub: | ||
imagePullSecret: | ||
create: ENC[AES256_GCM,data:8+0Dcw==,iv:z7hCPBba60WGy0g/76XLVjvOug73eXJFOQMcpr0gDuQ=,tag:wDCvWl/9OGMJ0Oa1kCTP/Q==,type:bool] | ||
registry: ENC[AES256_GCM,data:Y7hV6i3YJA==,iv:UfJ4iapX6iauBYCx8uAh2VAknFV5+gFo4xNR48ddsFM=,tag:g4/Q6lXIe0Y56BYYRxD0kQ==,type:str] | ||
username: ENC[AES256_GCM,data:FGg2liP/5na27SQROzOtMWoMFrBGfPlIHeF+MYAfxQ8=,iv:AGWQaPaCSW2jCi3Sw1y+Kdh7Zz1KzYjeTjAZ4iDrQhc=,tag:xZTFLGQPpP2rK9Bcak4B3Q==,type:str] | ||
password: ENC[AES256_GCM,data:MqNHSUbjF9RRJvmgQXlb63oEQ+R07xDv6WrhQZ43OBZsNJPcTIK2dThNXokn27yt+ap97SgVYct+RHTQ4s3g2w==,iv:W3mEmg10Bzi74f1Qc8YUIvGU5MTP50Uuhnqe7XUAWTs=,tag:JqHvuxusmv5fb20nhOI4uQ==,type:str] | ||
binderhub-service: | ||
buildPodsRegistryCredentials: | ||
password: ENC[AES256_GCM,data:82uBfbLF3PnXVZR4DcvML2i6h/wI++RiQnPNkUA2qPMT9dLqoD3xqzwrulhMC2p/M39/U9a9FBRVRjRmSgT+zQ==,iv:YjbGszuuUKsrFyKJSWLHTjrgFmfIJxQ88mt73a5zAvk=,tag:rSf6dxfTADAnW5yGofeLyg==,type:str] | ||
sops: | ||
kms: [] | ||
gcp_kms: | ||
- resource_id: projects/two-eye-two-see/locations/global/keyRings/sops-keys/cryptoKeys/similar-hubs | ||
created_at: "2024-05-27T20:11:52Z" | ||
enc: CiUA4OM7eMToeLf5fQgnKvrZXGKFZcOPUlmXBirxzPu2FTmAqdkxEkkAWX/fcVFQzEb04SBjy+ByZyCOayfihNs7RoK/TtYGIs/TDVkYj6/ubVzrkxIHif8Ff0T28PhhhdWWNLzKer3K6nEuOC4M/fjV | ||
azure_kv: [] | ||
hc_vault: [] | ||
age: [] | ||
lastmodified: "2024-06-13T12:15:21Z" | ||
mac: ENC[AES256_GCM,data:p9puh96HhpONcr2TfwNAKwRITB8qhem9V+q6EWuYvqyEjhXdRtzbMVxtQWCc/ad9jrpBbV91CyCJULk+zQPxWHIGkHjYTDvd9B+K6wYKGkFDHxv4+1huP2XfkyOabdcGXD0XmvVOuECfK14Y+w8ykidJNUxqbGF3JJKTmJ/I7HQ=,iv:WSEns872F4I6ozzrdKBneK8kjeBW19pbcgZGHs/HxPk=,tag:eUY4S53Cr2XaqvI/NaqDSA==,type:str] | ||
pgp: [] | ||
unencrypted_suffix: _unencrypted | ||
version: 3.8.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 |
---|---|---|
@@ -0,0 +1,86 @@ | ||
jupyterhub: | ||
ingress: | ||
hosts: [hub.binder.pythia.2i2c.cloud] | ||
tls: | ||
- hosts: [hub.binder.pythia.2i2c.cloud] | ||
secretName: https-auto-tls | ||
custom: | ||
2i2c: | ||
add_staff_user_ids_to_admin_users: false | ||
binderhubUI: | ||
enabled: true | ||
homepage: | ||
templateVars: | ||
org: | ||
name: "" | ||
singleuserAdmin: | ||
extraVolumeMounts: [] | ||
singleuser: | ||
storage: | ||
type: none | ||
extraVolumeMounts: [] | ||
initContainers: [] | ||
# The profile list in the common values files needs to be emptied | ||
# otherwise the launching will fail | ||
profileList: [] | ||
cmd: jupyter-lab | ||
hub: | ||
config: | ||
BinderSpawnerMixin: | ||
auth_enabled: false | ||
JupyterHub: | ||
authenticator_class: "null" | ||
# In the common values files this is where fancy profiles gets enabled | ||
extraConfig: {} | ||
redirectToServer: false | ||
services: | ||
binder: {} | ||
loadRoles: | ||
binder: | ||
services: | ||
- binder | ||
scopes: | ||
- servers | ||
- admin:users | ||
user: | ||
scopes: | ||
- self | ||
# Admin users will by default have access:services, so this is only | ||
# observed to be required for non-admin users. | ||
- access:services!service=binder | ||
binderhub-service: | ||
enabled: true | ||
ingress: | ||
enabled: true | ||
hosts: [binder.pythia.2i2c.cloud] | ||
tls: | ||
- hosts: [binder.pythia.2i2c.cloud] | ||
secretName: binder-https-auto-tls | ||
config: | ||
GitHubRepoProvider: | ||
allowed_specs: | ||
- ^ProjectPythia/.*$ | ||
- binder-examples/requirements | ||
BinderHub: | ||
base_url: / | ||
badge_base_url: https://binder.pythia.2i2c.cloud | ||
auth_enabled: false | ||
hub_url: https://hub.binder.pythia.2i2c.cloud | ||
enable_api_only_mode: false | ||
banner_message: "" | ||
about_message: Binder for use with Project Pythia | ||
image_prefix: quay.io/2i2c-projectpythia/binderhub-ui- | ||
extraEnv: | ||
- name: JUPYTERHUB_API_TOKEN | ||
valueFrom: | ||
secretKeyRef: | ||
name: hub | ||
key: hub.services.binder.apiToken | ||
- name: JUPYTERHUB_CLIENT_ID | ||
value: "service-binder" | ||
- name: JUPYTERHUB_API_URL | ||
value: "https://hub.binder.pythia.2i2c.cloud/hub/api" | ||
# Without this, the redirect URL to /hub/api/... gets | ||
# appended to binderhub's URL instead of the hub's | ||
- name: JUPYTERHUB_BASE_URL | ||
value: "https://hub.binder.pythia.2i2c.cloud/" |
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