We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3902bee + 7b0ad74 commit f7de5adCopy full SHA for f7de5ad
batchspawner/singleuser.py
@@ -12,9 +12,6 @@
12
def main(argv=None):
13
port = random_port()
14
hub_auth = HubAuth()
15
- hub_auth.client_ca = os.environ.get("JUPYTERHUB_SSL_CLIENT_CA", "")
16
- hub_auth.certfile = os.environ.get("JUPYTERHUB_SSL_CERTFILE", "")
17
- hub_auth.keyfile = os.environ.get("JUPYTERHUB_SSL_KEYFILE", "")
18
19
url = url_path_join(hub_auth.api_url, "batchspawner")
20
headers = {"Authorization": f"token {hub_auth.api_token}"}
0 commit comments