Skip to content

Commit f7de5ad

Browse files
authored
Merge pull request #259 from cmd-ntrf/ssl_env
Remove reading/setting HubAuth SSL attributes in singeuser
2 parents 3902bee + 7b0ad74 commit f7de5ad

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

batchspawner/singleuser.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
def main(argv=None):
1313
port = random_port()
1414
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", "")
1815

1916
url = url_path_join(hub_auth.api_url, "batchspawner")
2017
headers = {"Authorization": f"token {hub_auth.api_token}"}

0 commit comments

Comments
 (0)