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

Implement Cryptography API #144

Merged
merged 19 commits into from
Mar 25, 2024
Merged

Implement Cryptography API #144

merged 19 commits into from
Mar 25, 2024

Conversation

zedgell
Copy link
Contributor

@zedgell zedgell commented Mar 20, 2024

Description

Add Cryptography API to the GRPC client and created example

Issue reference

This PR will close #133

Checklist

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

zedgell added 4 commits March 20, 2024 05:27
Signed-off-by: Zachary Edgell <zacharyedgell@gmail.com>
Signed-off-by: Zachary Edgell <zacharyedgell@gmail.com>
Signed-off-by: Zachary Edgell <zacharyedgell@gmail.com>
@zedgell zedgell requested review from a team as code owners March 20, 2024 09:56
@mikeee
Copy link
Member

mikeee commented Mar 20, 2024

@zedgell Amazing! I will block out some time today to review this!

Copy link
Member

@mikeee mikeee left a comment

Choose a reason for hiding this comment

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

Just a small addition - will need to be added to the workflow manually:
.github/workflows/validate-examples.yml

@zedgell
Copy link
Contributor Author

zedgell commented Mar 22, 2024

Just a small addition - will need to be added to the workflow manually: .github/workflows/validate-examples.yml

@mikeee It is added now.

Signed-off-by: Zachary Edgell <zacharyedgell@gmail.com>
mikeee added 3 commits March 24, 2024 12:01
Signed-off-by: Mike Nguyen <hey@mike.ee>
Signed-off-by: Mike Nguyen <hey@mike.ee>
Signed-off-by: Mike Nguyen <hey@mike.ee>
zedgell added 2 commits March 24, 2024 21:17
Signed-off-by: Zachary Edgell <zacharyedgell@gmail.com>
@zedgell zedgell requested a review from mikeee March 25, 2024 01:23
Copy link
Member

@mikeee mikeee left a comment

Choose a reason for hiding this comment

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

Last thing before merge 🎉

zedgell and others added 3 commits March 25, 2024 11:48
…ns, EncryptRequestOptions};

Co-authored-by: Mike Nguyen <hey@mike.ee>
Signed-off-by: Zachary K Edgell <zacharyedgell@gmail.com>
Co-authored-by: Mike Nguyen <hey@mike.ee>
Signed-off-by: Zachary K Edgell <zacharyedgell@gmail.com>
Co-authored-by: Mike Nguyen <hey@mike.ee>
Signed-off-by: Zachary K Edgell <zacharyedgell@gmail.com>
zedgell and others added 2 commits March 25, 2024 13:59
Co-authored-by: Mike Nguyen <hey@mike.ee>
Signed-off-by: Zachary K Edgell <zacharyedgell@gmail.com>
Co-authored-by: Mike Nguyen <hey@mike.ee>
Signed-off-by: Zachary K Edgell <zacharyedgell@gmail.com>
Copy link
Member

@mikeee mikeee left a comment

Choose a reason for hiding this comment

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

I'd like to have consistency among the SDKs - this means an implementation with a stream returned, but this is a great first implementation 🎉

@mikeee mikeee merged commit ac71bb7 into dapr:main Mar 25, 2024
13 checks passed
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.

Implement Cryptography API
2 participants