We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi all
I see that in the "all" policy attached to the Datadog role has been added the s3:GetObject action:
terraform-aws-datadog-integration/all.tf
Line 64 in c70209d
I do not understand why it should be needed and it is not listed in the official Datadog documentation: https://docs.datadoghq.com/integrations/amazon_web_services/?tab=roledelegation
"s3:GetBucketLogging", "s3:GetBucketLocation", "s3:GetBucketNotification", "s3:GetBucketTagging", "s3:ListAllMyBuckets", "s3:PutBucketNotification",
Is this a typo? Same for s3:ListObjects, but the security concern about GetObject seems greater in my opinion.
Thanks,
Luigi
The text was updated successfully, but these errors were encountered:
I see this hasn't changed...
Sorry, something went wrong.
Fixed in #46
No branches or pull requests
Hi all
I see that in the "all" policy attached to the Datadog role has been added the s3:GetObject action:
terraform-aws-datadog-integration/all.tf
Line 64 in c70209d
I do not understand why it should be needed and it is not listed in the official Datadog documentation:
https://docs.datadoghq.com/integrations/amazon_web_services/?tab=roledelegation
Is this a typo?
Same for s3:ListObjects, but the security concern about GetObject seems greater in my opinion.
Thanks,
Luigi
The text was updated successfully, but these errors were encountered: