You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[AIRFLOW-3295] Fix potential security issue in DaskExecutor (apache#4128)
When user decides to use TLS/SSL encryption
for DaskExecutor communications,
`Distributed.Security` object will be created.
However, argument `require_encryption` is missed
to be set to `True` (its default value is `False`).
This may fail the TLS/SSL encryption setting-up.
0 commit comments