Skip to content
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

feat: attach extra iam policies #37

Merged
merged 7 commits into from
Aug 25, 2021
Merged

feat: attach extra iam policies #37

merged 7 commits into from
Aug 25, 2021

Conversation

bcha
Copy link
Contributor

@bcha bcha commented Aug 23, 2021

adds datadog-core-attach-extras, a simple feature to just allow extra policies to be attached to the core integration role. we've been using this for like over 6 months in a fork with the datadog s3 log archive functionality, which uses the same role as the core integration & requires some extra s3 permissions.

i'm not personally aware of other similarish cases where the core role would need some extra permissions, but if there are any then this can be used for those too

plus fix some terraform fmt issues while at it

bcha and others added 7 commits December 17, 2020 13:17
* enable datadog -> s3 logs archiving

* use tf 0.12

* Provider source not supported in Terraform v0.12

Co-authored-by: Toni Mauno <[email protected]>
* feat: changes dd lambda default version from v3.17.0 to v3.27.0

change the datadog lambda forwarder version from v3.17.0 to v3.27.0. There are many feature improvements in this version such as the support for SNS topic subscriptions for S3 bucket events

* fix: Add missing cloudwatch:ListMetrics access for AWS integration (scribd#27)

* chore(release): 2.0.1 [skip ci]

## [2.0.1](scribd/terraform-aws-datadog@v2.0.0...v2.0.1) (2021-01-22)

### Bug Fixes

* Add missing cloudwatch:ListMetrics access for AWS integration ([scribd#27](scribd#27)) ([f7c80c2](scribd@f7c80c2))

* chore(release): 2.1.0 [skip ci]

# [2.1.0](scribd/terraform-aws-datadog@v2.0.1...v2.1.0) (2021-03-16)

### Features

* changes dd lambda default version from v3.17.0 to v3.27.0 ([8e455a8](scribd@8e455a8))

* feat: enable support for terraform 0.14

* chore(release): 2.2.0 [skip ci]

# [2.2.0](scribd/terraform-aws-datadog@v2.1.0...v2.2.0) (2021-03-19)

### Features

* enable support for terraform 0.14 ([c65a0d0](scribd@c65a0d0))

* feat: enable support for Terraform 1.0 (scribd#32)

* chore(release): 2.3.0 [skip ci]

# [2.3.0](scribd/terraform-aws-datadog@v2.2.0...v2.3.0) (2021-07-14)

### Features

* enable support for Terraform 1.0 ([scribd#32](scribd#32)) ([5410502](scribd@5410502))

* bug: fix datadog IAM policy to prevent numerous CloudTrail errors for v2

* chore(release): 2.3.1 [skip ci]

## [2.3.1](scribd/terraform-aws-datadog@v2.3.0...v2.3.1) (2021-08-17)

### Bug Fixes

* Merge pull request [scribd#35](scribd#35) from scribd/taylorsmcclure/fix-iam-policy-v2 ([7bf7868](scribd@7bf7868))

Co-authored-by: Taylor McClure <[email protected]>
Co-authored-by: Rusty Chain <[email protected]>
Co-authored-by: semantic-release-bot <[email protected]>
Co-authored-by: Jim Park <[email protected]>
Co-authored-by: Andrew Wiggins <[email protected]>
@jim80net
Copy link
Contributor

Thanks @bcha, this looks good!

@jim80net jim80net merged commit 8411cad into scribd:master Aug 25, 2021
github-actions bot pushed a commit that referenced this pull request Aug 25, 2021
# [2.4.0](v2.3.1...v2.4.0) (2021-08-25)

### Features

* attach extra iam policies ([#37](#37)) ([8411cad](8411cad))
@github-actions
Copy link

🎉 This PR is included in version 2.4.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants