Skip to content

Commit

Permalink
Try disabling NotebookApp.token cmd arg
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Davidson committed Nov 2, 2023
1 parent 30f455c commit bce0666
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions binderhub-azimuth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ binderhub:
continuous:
enabled: false
hub:
config:
# JupyterHub:
# authenticator_class: RemoteUserAuthenticator
# BinderSpawner:
# auth_enabled: true
# config:
# JupyterHub:
# authenticator_class: RemoteUserAuthenticator
# BinderSpawner:
# auth_enabled: true
networkPolicy:
enabled: false
# Use mounted ConfigMap instead of extraConfig directly to allow
Expand Down Expand Up @@ -125,7 +125,7 @@ binderhub:
"--ip=0.0.0.0",
f"--port={self.port}",
f"--NotebookApp.base_url={self.server.base_url}",
f"--NotebookApp.token={self.user_options['token']}",
# f"--NotebookApp.token={self.user_options['token']}",
"--NotebookApp.trust_xheaders=True",
]
if self.default_url:
Expand Down

0 comments on commit bce0666

Please sign in to comment.