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

[Crypto] Implement support for EncryptAlpha1/DecryptAlpha1 APIs #1072

Closed
ItalyPaleAle opened this issue Apr 5, 2023 · 0 comments · Fixed by #1217
Closed

[Crypto] Implement support for EncryptAlpha1/DecryptAlpha1 APIs #1072

ItalyPaleAle opened this issue Apr 5, 2023 · 0 comments · Fixed by #1217
Labels
kind/enhancement New feature or request

Comments

@ItalyPaleAle
Copy link
Contributor

dapr/dapr#6197 implements two new APIs in Dapr:

  • EncryptAlpha1
  • DecryptAlpha1

Both APIs are stream-based, so the SDK is expected to read input as a stream, send it to Dapr using a streamed gRPC in chunks, and in parallel read the response from Dapr (in chunks sent over the same gRPC stream) and return a readable stream to the caller.

The reference implementation is in the Go SDK: dapr/go-sdk#387

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant