Skip to content

Commit

Permalink
Merge pull request #4434 from jnywong/small-binder-cors
Browse files Browse the repository at this point in the history
[opensci, small-binder] Enable CORS
  • Loading branch information
jnywong authored Jul 16, 2024
2 parents 92895d1 + a68c036 commit c6e5547
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/clusters/opensci/small-binder.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jupyterhub:
config:
BinderSpawnerMixin:
auth_enabled: false
cors_allow_origin: "*"
JupyterHub:
authenticator_class: "null"
redirectToServer: false
Expand Down Expand Up @@ -103,6 +104,7 @@ binderhub-service:
base_url: /
hub_url: https://hub.binder.opensci.2i2c.cloud
badge_base_url: https://binder.opensci.2i2c.cloud
cors_allow_origin: "*"
image_prefix: quay.io/opensci-small-binder/binderhub-ui-
auth_enabled: false
enable_api_only_mode: false
Expand Down

0 comments on commit c6e5547

Please sign in to comment.