See https://github.com/dask/distributed/blob/3754a6694f72207b69aaf661445aecf18fb5f0cb/distributed/security.py#L211
i.e. one cannot use Security.temporary() to create a cluster
distrinuted allows using in memory keys where the content is in memory. It does so by checking if the value is multiline.
the expansion to the extra arguments does not support this:
|
["--tls-" + key.replace("_", "-"), value] |
in this case a temporary file needs to be created
See https://github.com/dask/distributed/blob/3754a6694f72207b69aaf661445aecf18fb5f0cb/distributed/security.py#L211
i.e. one cannot use Security.temporary() to create a cluster
distrinuted allows using in memory keys where the content is in memory. It does so by checking if the value is multiline.
the expansion to the extra arguments does not support this:
dask-jobqueue/dask_jobqueue/core.py
Line 224 in 79a9a3b
in this case a temporary file needs to be created