-
Notifications
You must be signed in to change notification settings - Fork 676
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
Support for Public Access to IBM COS bucket #1268
Comments
@hkantare , any update on this? |
COS team is looking into it |
Any chance of implementing this? And other missing configuration options ? Frankly, it kinda fails as a provider at this moment, when I have to keep a separate set of buckets, that can't be managed with TF because I have no way to set public access and CORS rules. |
Well, I have figured out how to do it in current provider. It actually did not hurt as much as I thought. The key was realising, that public access is not some kind of setting on a bucket, but an access policy. WIth that in mind...
That's actually it, what worked on our instance, with two caviats. "Public Access" is probably an already existing default group so you have to bring it to the state. |
Hi @ZVilusinsky, thanks for sharing the clarification. Since it looks like the issue has been resolved ,would it be okay if we close the issue on our end ? |
Hi @IBM-Deeksha , If you want sometihing to be addressed next, this comes to mind #1509 :) |
Hi @ZVilusinsky, |
@IBM-Deeksha It took me personally several hours of working (on not entirely related bucket migration) to make the mental switch and realise I could probably do it the way I described. But what I did is in a way a hack and goes against TF principles.
As for documentation I would suggest making an example "Public access for bucket" in https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/cos_bucket_object how to do it the way you expect it to be achieved in the TF provider. |
Hi @ZVilusinsky @hkantare |
Just went full facepalm, when reading, because I totally forgot about the I need a vacation :D |
In IBM Cloud UI there is a “Public Access” group. How can I use it via terraform?
The text was updated successfully, but these errors were encountered: