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

feat: [Kms] add client library for KMS Autokey service, which enables automated KMS key provision and management #7290

Merged
merged 6 commits into from May 9, 2024

Conversation

gcf-owl-bot[bot]
Copy link
Contributor

@gcf-owl-bot gcf-owl-bot bot commented May 4, 2024

  • Regenerate this pull request now.

PiperOrigin-RevId: 631565226

Source-Link: googleapis/googleapis@e5b8ffa

Source-Link: https://github.com/googleapis/googleapis-gen/commit/cae62d4fb1b6b7d695fe5f6de6711c85ddf0abd8
Copy-Tag: eyJwIjoiS21zLy5Pd2xCb3QueWFtbCIsImgiOiJjYWU2MmQ0ZmIxYjZiN2Q2OTVmZTVmNmRlNjcxMWM4NWRkZjBhYmQ4In0=

BEGIN_NESTED_COMMIT
feat: [Kms] introduce Long-Running Operations (LRO) for KMS
PiperOrigin-RevId: 631049366

Source-Link: googleapis/googleapis@abe82f8

Source-Link: https://github.com/googleapis/googleapis-gen/commit/17663bd592e37b0593058019e7ba1c8ccce2bdb5
Copy-Tag: eyJwIjoiS21zLy5Pd2xCb3QueWFtbCIsImgiOiIxNzY2M2JkNTkyZTM3YjA1OTMwNTgwMTllN2JhMWM4Y2NjZTJiZGI1In0=
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: [Kms] support the ED25519 asymmetric signing algorithm
PiperOrigin-RevId: 630661612

Source-Link: googleapis/googleapis@245c0f5

Source-Link: https://github.com/googleapis/googleapis-gen/commit/11beb7ec0c8ef8e8de73560365b28c7c288aa8cd
Copy-Tag: eyJwIjoiS21zLy5Pd2xCb3QueWFtbCIsImgiOiIxMWJlYjdlYzBjOGVmOGU4ZGU3MzU2MDM2NWIyOGM3YzI4OGFhOGNkIn0=
END_NESTED_COMMIT

PiperOrigin-RevId: 630661612

Source-Link: googleapis/googleapis@245c0f5

Source-Link: googleapis/googleapis-gen@11beb7e
Copy-Tag: eyJwIjoiS21zLy5Pd2xCb3QueWFtbCIsImgiOiIxMWJlYjdlYzBjOGVmOGU4ZGU3MzU2MDM2NWIyOGM3YzI4OGFhOGNkIn0=
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label May 4, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 4, 2024
@gcf-owl-bot gcf-owl-bot bot marked this pull request as ready for review May 4, 2024 18:07
@gcf-owl-bot gcf-owl-bot bot requested review from a team as code owners May 4, 2024 18:07
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label May 4, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 4, 2024
PiperOrigin-RevId: 631049366

Source-Link: googleapis/googleapis@abe82f8

Source-Link: googleapis/googleapis-gen@17663bd
Copy-Tag: eyJwIjoiS21zLy5Pd2xCb3QueWFtbCIsImgiOiIxNzY2M2JkNTkyZTM3YjA1OTMwNTgwMTllN2JhMWM4Y2NjZTJiZGI1In0=
@gcf-owl-bot gcf-owl-bot bot changed the title feat: [Kms] support the ED25519 asymmetric signing algorithm feat: [Kms] introduce Long-Running Operations (LRO) for KMS May 6, 2024
Copy link

snippet-bot bot commented May 6, 2024

Here is the summary of changes.

You are about to add 16 region tags.

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

@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label May 6, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 6, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label May 6, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 6, 2024
…ated KMS key provision and management

PiperOrigin-RevId: 631565226

Source-Link: googleapis/googleapis@e5b8ffa

Source-Link: googleapis/googleapis-gen@cae62d4
Copy-Tag: eyJwIjoiS21zLy5Pd2xCb3QueWFtbCIsImgiOiJjYWU2MmQ0ZmIxYjZiN2Q2OTVmZTVmNmRlNjcxMWM4NWRkZjBhYmQ4In0=
@gcf-owl-bot gcf-owl-bot bot changed the title feat: [Kms] introduce Long-Running Operations (LRO) for KMS feat: [Kms] add client library for KMS Autokey service, which enables automated KMS key provision and management May 8, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label May 8, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 8, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label May 8, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 8, 2024
@Hectorhammett Hectorhammett merged commit 3c0f6e6 into main May 9, 2024
24 checks passed
@Hectorhammett Hectorhammett deleted the owl-bot-copy-Kms branch May 9, 2024 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant