-
Notifications
You must be signed in to change notification settings - Fork 25
feat(samples): add integrity verification to Cloud KMS crypto samples #409
Conversation
Codecov Report
@@ Coverage Diff @@
## master #409 +/- ##
=======================================
Coverage 97.93% 97.93%
=======================================
Files 5 5
Lines 3918 3918
Branches 127 127
=======================================
Hits 3837 3837
Misses 80 80
Partials 1 1 Continue to review full report at Codecov.
|
…-require rule This module is required in order to demo the use of an external package to calculate crc32c of critical data fields.
Here is the summary of changes. You deleted 1 region tag.
This comment is generated by snippet-bot.
|
@googleapis/yoshi-nodejs Hello reviewers. I'll be updating several files with changes similar to those in samples/encryptSymmetric.js. Can you please provide preliminary feedback to speed up the process? Also, despite adding a rule to allow the use of external |
@bcoe Hi bcoe! Hope you're the right person to ping. I'm awaiting review on the PR. Are you able to help with that? I also need help with a persistent lint error: Do I need to do something different? Thanks in advance! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the slow review, I was away last week.
This looks reasonable to me, once you address the notes related to extraneous require.
@bcoe Can you please take another look and merge? |
Ah.. accidentally closed this PR. @bcoe , your proposed changes have resolved the lint issue. Can you please merge this PR? Thanks in advance! |
@bcoe I see you updated this branch. Just to confirm: this PR is ready to be merged, right? |
@iamtamjam sorry for the delay, merged 👍 |
Thanks for reviewing and merging, @bcoe ! |
🤖 I have created a release \*beep\* \*boop\* --- ## [2.3.0](https://www.github.com/googleapis/nodejs-kms/compare/v2.2.0...v2.3.0) (2021-01-08) ### Features * **samples:** add integrity verification to Cloud KMS crypto samples ([#409](https://www.github.com/googleapis/nodejs-kms/issues/409)) ([d2897f6](https://www.github.com/googleapis/nodejs-kms/commit/d2897f681ae409b34a50b91ea718fa9e294895c5)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #408 🦕