| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
/assign |
Sorry, something went wrong.
There was a problem hiding this comment.
Please also get technical review. :)
Sorry, something went wrong.
|
In case you don't have access to the logs: ./verify_attestation_test.py:134:1: W391 blank line at end of file ^ ./verify_attestation.py:96:1: W391 blank line at end of file ^ Pytho builds failed with: Program pytest not found. I think you have to rebase to github master. |
Sorry, something went wrong.
There was a problem hiding this comment.
Sorry I didn't point it out in the first pass, but I think it is harmful to completely swallow exceptions.
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
…ions [(#3262)](GoogleCloudPlatform/python-docs-samples#3262) Co-authored-by: Benson Kuang <benkuang@google.com> Co-authored-by: Takashi Matsuo <tmatsuo@google.com>
…ions [(#3262)](GoogleCloudPlatform/python-docs-samples#3262) Co-authored-by: Benson Kuang <benkuang@google.com> Co-authored-by: Takashi Matsuo <tmatsuo@google.com>
…ions [(#3262)](GoogleCloudPlatform/python-docs-samples#3262) Co-authored-by: Benson Kuang <benkuang@google.com> Co-authored-by: Takashi Matsuo <tmatsuo@google.com>
…ions [(#3262)](GoogleCloudPlatform/python-docs-samples#3262) Co-authored-by: Benson Kuang <benkuang@google.com> Co-authored-by: Takashi Matsuo <tmatsuo@google.com>
| Back | FazBrowse Home | New Git URL |
This adds a kms/attestations/ directory to hold code samples that deal with attestations and certificates obtained from Cloud HSM. This also adds a verify_attestation.py script to verify attestations using certificate bundles containing one or more certificates.
fixes #3246