Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use client connection and serialization arguments in progress #2035

Merged
merged 1 commit into from
Jun 8, 2018

Conversation

mrocklin
Copy link
Member

@mrocklin mrocklin commented Jun 7, 2018

Previously the progress bars failed to use client options like
connection_args, serializers, and deserializers when connecting and
communicating with the scheduler. This resulted in a lack of support
for TLS, and the possibility of dangerous communication if the scheduler
was compromised.

We now capture the client from the passed-in futures and then use these
settings appropriately.

Fixes #2032

@mrocklin
Copy link
Member Author

mrocklin commented Jun 7, 2018

The TLS stuff is not well tested here yet.

@mrocklin
Copy link
Member Author

mrocklin commented Jun 7, 2018

TLS is now wel tested

Previously the progress bars failed to use client options like
connection_args, serializers, and deserializers when connecting and
communicating with the scheduler.  This resulted in a lack of support
for TLS, and the possibility of dangerous communication if the scheduler
was compromised.

We now capture the client from the passed-in futures and then use these
settings appropriately.

Fixes dask#2032
@mrocklin mrocklin merged commit 36fbab3 into dask:master Jun 8, 2018
@mrocklin mrocklin deleted the diagnostics-client-kwargs branch June 8, 2018 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant