Releases: ovotech/terraform-module-fargate-app
Releases · ovotech/terraform-module-fargate-app
SSM Fargate Integration Support
EG-371 - SSM Fargate Integration
- Adding SSM param support for ESC
- Adding KMS Key alias params
Attach IAM policies for the cicd user via groups
Merged PRs:
- DSET-261 Assign iam policy to group instead of user #32
Output cicd username
Merge pull request #30 from grug/patch-2 Output cicd username
Output Security Group IDs
Adds the outputting of security group IDs for tasks and load balancers
Add SSM parameter read access for datadog api key
Merge pull request #28 from kelemensanyi/datadog-key-permission Add ecs permission to read datadog api key
Fix - SSM Parameter for Task Runner
This release aims to fix the get SSM Parameter authorisation issue we've been seen
Bringing back Datadog
Reverting commits removing data
- Changing the way we accept the api key and spin up a datadog agent so it shouldn't always try to add an agent
- Removes visible printing of datadog api key
Datadog integration removed, lb related changes
- Datadog removed
- Make it possible to have an internal ALB
- Make load balancer allowed ingress IP ranges configurable
- Unify lb variable naming: rename load_balancer_subnets to lb_subnets
- Remove unnecessary graylog security group rule
Fargate app with Datadog Agent
Major change from previous version.
This will requite a terraform apply (to update the task) and a deployment to start working.
Add http -> https redirection
Merge pull request #16 from joepurnell1/feat/http-redirect Add http -> https redirect