dask / dask/distributed

Dask security support for specifying a more specific protocol version.

Open
#6,168 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1.7k
Forks
778
Avg merge
2h 50m
Merged PRs (30d)
3

Description

The `dask-worker` and `dask-scheduler` support the following three parameters:
`--protocol=tls`

which allows the user to select the protocol, such as `tls`. However, in some scenarios with strict security requirements, the TLS version needs to be specified. For example, some security standards consider that versions below TLS 1.2 are insecure. So we need to use like this
`--protocol=tls_v1.3`.
Which is not supported yet.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.