terraform-aws-consul-ecs icon indicating copy to clipboard operation
terraform-aws-consul-ecs copied to clipboard

Consul Service Mesh on AWS ECS (Elastic Container Service)

Results 18 terraform-aws-consul-ecs issues
Sort by recently updated
recently updated
newest added

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.6. Release notes Sourced from actions/checkout's releases. v4.1.6 What's Changed Check platform to set archive extension appropriately by @​cory-miller in actions/checkout#1732 Update for 4.1.6 release...

dependencies
github_actions

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4.0.0 to 6.0.1. Release notes Sourced from golangci/golangci-lint-action's releases. v6.0.1 What's Changed Changes fix: use 3-dots syntax for diff on push by @​ldez in golangci/golangci-lint-action#1040 Full Changelog:...

dependencies
github_actions

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.0 to 5.0.1. Release notes Sourced from actions/setup-go's releases. v5.0.1 What's Changed Bump undici from 5.28.2 to 5.28.3 and dependencies upgrade by @​dependabot , @​HarithaVattikuti in actions/setup-go#465...

dependencies
github_actions

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 4.3.3. Release notes Sourced from actions/upload-artifact's releases. v4.3.3 What's Changed updating @actions/artifact dependency to v2.1.6 by @​eggyhead in actions/upload-artifact#565 Full Changelog: https://github.com/actions/upload-artifact/compare/v4.3.2...v4.3.3 v4.3.2 What's Changed...

dependencies
github_actions

Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 4.0.1 to 4.0.2. Release notes Sourced from aws-actions/configure-aws-credentials's releases. v4.0.2 See the changelog for details about the changes included in this release. Commits e3dd6a4 chore: Bump @​types/jest...

dependencies
github_actions

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

dependencies
go

Currently it's not possible to run the `ecs execute-command` action if the task-def sets `readonlyRootFilesystem` to true. E.g. ``` aws ecs execute-command \ --region us-east-1 \ --cluster stg-internal-pet \ --task...

## Changes proposed in this PR: Code we can use to cleanup resources in AWS. Resources are filtered in a few ways (where possible): * Resources whose name contains `consul-ecs`...

## Changes proposed in this PR: - add an additional module implementing consul on ecs backed by efs storage - add a load test for consul kv ## How I've...

Module: `acl-controller` Regarding secrets, currently the module has the following input variables: - consul_bootstrap_token_secret_arn - consul_server_ca_cert_arn The module then creates IAM permissions to the GetSecretValue action. Normally this works fine...