Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Add script to verify attestations with certificate chains #99

Merged
merged 1 commit into from Apr 23, 2021
Merged

Add script to verify attestations with certificate chains #99

merged 1 commit into from Apr 23, 2021

Conversation

bkuang
Copy link
Contributor

@bkuang bkuang commented Apr 22, 2021

Fixes #98 馃

@bkuang bkuang requested a review from a team as a code owner April 22, 2021 17:26
@bkuang bkuang requested review from dandhlee and removed request for a team April 22, 2021 17:26
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Apr 22, 2021
@product-auto-label product-auto-label bot added the api: cloudkms Issues related to the googleapis/python-kms API. label Apr 22, 2021
@snippet-bot
Copy link

snippet-bot bot commented Apr 22, 2021

Here is the summary of changes.

You are about to add 1 region tag.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

Copy link
Contributor

@tmatsuo tmatsuo left a comment

Choose a reason for hiding this comment

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

Can you add prefix kms_ to the region tags?

samples/attestations/verify_attestation_chains.py Outdated Show resolved Hide resolved
samples/attestations/verify_attestation_chains.py Outdated Show resolved Hide resolved
@bkuang bkuang requested a review from tmatsuo April 22, 2021 21:29
@tmatsuo tmatsuo merged commit 7b0799f into googleapis:master Apr 23, 2021
gcf-merge-on-green bot pushed a commit that referenced this pull request Jun 14, 2021
馃 I have created a release \*beep\* \*boop\*
---
## [2.3.0](https://www.github.com/googleapis/python-kms/compare/v2.2.0...v2.3.0) (2021-06-14)


### Features

* add `from_service_account_info` ([6d115ce](https://www.github.com/googleapis/python-kms/commit/6d115ce1902e4306ba3e1d80de64a2424e47ef52))
* add common resource path helpers ([#74](https://www.github.com/googleapis/python-kms/issues/74)) ([6d115ce](https://www.github.com/googleapis/python-kms/commit/6d115ce1902e4306ba3e1d80de64a2424e47ef52))
* add ECDSA secp256k1 to the list of supported algorithms ([#120](https://www.github.com/googleapis/python-kms/issues/120)) ([65a453f](https://www.github.com/googleapis/python-kms/commit/65a453f3a2adb71ea82a96d769d748ad0dc721b4))
* add script to verify attestations with certificate chains ([#99](https://www.github.com/googleapis/python-kms/issues/99)) ([7b0799f](https://www.github.com/googleapis/python-kms/commit/7b0799f4e1b52b359862e97ea2b89befafe92713))
* expose client transport ([6d115ce](https://www.github.com/googleapis/python-kms/commit/6d115ce1902e4306ba3e1d80de64a2424e47ef52))


### Bug Fixes

* **deps:** add packaging requirement ([#114](https://www.github.com/googleapis/python-kms/issues/114)) ([a6a894f](https://www.github.com/googleapis/python-kms/commit/a6a894f0c49fb1774d74aa26441e7525f0c0d138))
* fix retryable errors ([6d115ce](https://www.github.com/googleapis/python-kms/commit/6d115ce1902e4306ba3e1d80de64a2424e47ef52))
* remove grpc send/recv limits ([6d115ce](https://www.github.com/googleapis/python-kms/commit/6d115ce1902e4306ba3e1d80de64a2424e47ef52))
* use correct retry deadline ([6d115ce](https://www.github.com/googleapis/python-kms/commit/6d115ce1902e4306ba3e1d80de64a2424e47ef52))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: cloudkms Issues related to the googleapis/python-kms API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add script for attestation verification with certificate chains
2 participants