-
Notifications
You must be signed in to change notification settings - Fork 239
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(Cloud Storage): Add bucket encryption sample #444
feat(Cloud Storage): Add bucket encryption sample #444
Conversation
Here is the summary of changes. You are about to add 1 region tag.
This comment is generated by snippet-bot.
|
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.
The error in the logs is Error: googleapi: Error 403: Permission denied on Cloud KMS key. Please ensure that your Cloud Storage service account has been authorized to use this key., forbidden
But the sample does give permission on lines 112-118
I got the same error But I see |
briangrant@ said: That looks like an API problem. https://buganizer.corp.google.com/issues/261484976 We're adding stronger API guidance on that topic: |
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.
LGTM.
All 5 successful checks passed
018cdc1
to
61f969a
Compare
Description
Fixes # b/284014407
Checklist
Readiness
Style
guide
Testing
I have performed tests described in the Contributing guide:
terraform apply
terraform fmt
checkIntended location
Yes, this sample will be (or already is) included on cloud.google.com
Location(s): https://cloud.google.com/docs/terraform/resource-management/store-state
No, this sample won't be included on cloud.google.com
Reason:
API enablement
Review