Dask security support for specifying a more specific protocol version.
Open
- 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
Assessment
This issue has not been assessed yet.