Skip to content

Broadcast encryption support #489

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

Merged
merged 110 commits into from
Sep 28, 2020

Conversation

Niharikadutta
Copy link
Collaborator

@Niharikadutta Niharikadutta commented Apr 14, 2020

This PR adds encryption support for broadcast variables. #620

suhsteve
suhsteve previously approved these changes Sep 25, 2020
Copy link
Member

@suhsteve suhsteve left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@Niharikadutta
Copy link
Collaborator Author

Looks like this is still hanging intermittently. Can we merge #678 to see if that helps?

Copy link
Contributor

@imback82 imback82 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Few minor comments, but LGTM. Thanks @Niharikadutta!

throw new NotImplementedException(
"broadcastDecryptionServer is not implemented.");
var readBid = SerDe.ReadInt64(socket.InputStream);
Debug.Assert(bid == readBid);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we get the value from an external system, can we throw an exception instead of assert?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added an exception, please let me know if the wording makes sense, I wasn't completely sure how to frame it.

imback82
imback82 previously approved these changes Sep 28, 2020
@imback82 imback82 added the enhancement New feature or request label Sep 28, 2020
@imback82 imback82 added this to the 1.0.0 milestone Sep 28, 2020
@imback82 imback82 merged commit 510bcd8 into dotnet:master Sep 28, 2020
@Niharikadutta Niharikadutta deleted the nidutta/BroadcastEncryptionSupport branch September 28, 2020 22:37
@zbills zbills mentioned this pull request Oct 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants