Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions config/clusters/nasa-veda/staging.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,17 @@ basehub:
config:
GitHubOAuthenticator:
oauth_callback_url: https://staging.hub.openveda.cloud/hub/oauth_callback
loadRoles:
# grant all users access to services (TODO: we should tighten the scope of this)
user:
scopes:
- self
- access:services
services:
binder:
oauth_client_id: service-binderhub
oauth_no_confirm: true
oauth_redirect_uri: https://staging.hub.openveda.cloud/services/binder/oauth_callback
ingress:
hosts: [staging.hub.openveda.cloud]
tls:
Expand Down Expand Up @@ -69,6 +80,7 @@ basehub:
2i2c/hub-name: staging
BinderHub:
image_prefix: quay.io/imagebuilding-non-gcp-hubs/veda-staging-
auth_enabled: true

jupyterhub-home-nfs:
eks:
Expand Down
Loading