-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add IAM support for storage bucket #481
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
Comments
proposition:
|
for using SetIamPolicy, we can upgrade "google.golang.org/api/storage/v1" to a more recent version |
I want this too! kthxbye :) |
Looks like the PR is nearly done (thanks @sebglon!). Any idea which upcoming release this might end up in? Looking forward to this feature! |
@rosbo @danawillow hey guys. It looks like you are close to the finish line on this one. Do you think it can be merged or checked / commented in the next week or two? GCS is one of the core components and the ability to use IAM bindings is must have. |
The ACL is no on specific object, it is on object action in the bucket. |
I suggest adding two resources:
In my opinion it's much cleaner and intuitive than using iam_policy. |
Alredy exist with another name on #493 |
<!-- This change is generated by MagicModules. --> /cc @rileykarson
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! |
Hi there,
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Terraform Version
This is a feature proposal
Affected Resource(s)
Please list the resources as a list, for example:
Expected Behavior
Add support for IAM Role on Google storage bucket
Actual Behavior
use new feature : https://cloud.google.com/storage/docs/json_api/v1/buckets/setIamPolicy
The text was updated successfully, but these errors were encountered: