Closed berniedurfee-renaissance closed 7 months ago
Or is the expectation that the bucket ARN will contain the /*
part? If so, maybe that should be clarified in the documentation? I assumed the bucket ARN was just the ARN to the bucket, not to the objects.
Or is the expectation that the bucket ARN will contain the /* part?
Correct - its up to users in terms of what level of access (via pathing/prefixing) they wish to provide permission on the forwarder
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Shouldn't the GetObject permission be
<bucket>/*
rather than just<bucket>
?https://github.com/terraform-aws-modules/terraform-aws-datadog-forwarders/blob/3920c116373537a1168d93889a9deb864d856bf7/modules/log_forwarder/policy.tmpl#L41