Skip to content

Commit

Permalink
adding additional permission (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanbrie authored Nov 5, 2024
1 parent da5701c commit d4b5d58
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions aws_quickstart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## 1.2.5 (November 5, 2024)

### FEATURES
* Adds additional permission

## 1.2.5 (November 5, 2024)

### FEATURES
* Added DisableResourceCollection field which defaults to False. When False, SecurityAudit policy will be attached to the created Datadog IAM Role, and ExtendedResourceCollection will be enabled in Datadog.
* Added additional permissions to the default set of permissions attached to the created Datadog IAM Role.
1 change: 1 addition & 0 deletions aws_quickstart/datadog_integration_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ Resources:
- 's3:GetBucketLogging'
- 's3:GetBucketNotification'
- 's3:GetBucketTagging'
- 's3:ListAccessGrants'
- 's3:ListAllMyBuckets'
- 's3:PutBucketNotification'
- 'savingsplans:DescribeSavingsPlanRates'
Expand Down
2 changes: 1 addition & 1 deletion aws_quickstart/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.2.5
v1.2.6

0 comments on commit d4b5d58

Please sign in to comment.