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

Add IAM support for storage bucket #822

Merged
merged 8 commits into from
Dec 7, 2017
Merged

Conversation

rosbo
Copy link
Contributor

@rosbo rosbo commented Dec 6, 2017

Fixes #481

cc/ @benbro

@rosbo
Copy link
Contributor Author

rosbo commented Dec 6, 2017

--- PASS: TestAccGoogleStorageBucketIamMember (5.71s)
--- PASS: TestAccGoogleStorageBucketIamBinding (8.98s)

@sebglon
Copy link
Contributor

sebglon commented Dec 6, 2017

Already exist on another PR: #493

@rosbo rosbo mentioned this pull request Dec 6, 2017
@rosbo
Copy link
Contributor Author

rosbo commented Dec 6, 2017

Added documentation following new format introduced in #814.

@@ -434,6 +434,10 @@
<a href="/docs/providers/google/r/storage_bucket_acl.html">google_storage_bucket_acl</a>
</li>

<li<%= sidebar_current("docs-google-storage-bucket-iam") %>>
<a href="/docs/providers/google/r/storage_bucket_iam.html">google_storage_bucket_iam_*</a>
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't we have docs for member, too?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The documentation for _member and _binding is on the same page. Same format than #814

Copy link
Contributor

Choose a reason for hiding this comment

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

Ah, ok, I missed a trick here. Sorry. Would it be possible to add both resource names to the sidebar, so people looking for the resource don't get confused? They can link to the same file, I'm ok with that, but ideally a Ctrl+F for the resource name should pull up a link on the sidebar.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done. We may want to revisit this later. The goal was to avoid the explosion of resources in the sidebar. At some point, almost every resources will have 2-3 iam resources...

Copy link
Contributor

Choose a reason for hiding this comment

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

Fair. I think there's some ongoing work to fix the sidebar situation, and depending on what that looks like, a refactor may be in order (e.g., if there's collapsible grouping, maybe just have an IAM grouping).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

👍

@rosbo rosbo force-pushed the iam-storage-bucket branch from f0ceda9 to d8609ff Compare December 7, 2017 20:59
@rosbo rosbo merged commit 3bceb8f into hashicorp:master Dec 7, 2017
@rosbo rosbo deleted the iam-storage-bucket branch December 7, 2017 21:12
@benbro
Copy link

benbro commented Dec 7, 2017

This is great. Thanks.

chrisst pushed a commit to chrisst/terraform-provider-google that referenced this pull request Nov 9, 2018
* Add IAM support for storage bucket
* Add documentation
* Test multiple roles
modular-magician added a commit to modular-magician/terraform-provider-google that referenced this pull request Sep 27, 2019
@ghost
Copy link

ghost commented Mar 30, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!

@ghost ghost locked and limited conversation to collaborators Mar 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add IAM support for storage bucket
5 participants