amazon-ecs-local-container-endpoints
amazon-ecs-local-container-endpoints copied to clipboard
A container that provides local versions of the ECS Task Metadata Endpoint and ECS Task IAM Roles Endpoint.
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.37.10 to 1.44.76. Release notes Sourced from github.com/aws/aws-sdk-go's releases. Release v1.44.76 (2022-08-12) Service Client Updates service/amp: Updates service API and documentation service/chime-sdk-messaging: Updates service API, documentation, and...
[The docs recommend mounting `~/.aws` into the container](https://github.com/awslabs/amazon-ecs-local-container-endpoints/blob/mainline/docs/configuration.md#credentials), but this may not work for a variety of reasons (e.g., a custom credential process that's not accessible to the container). An...
Support SSO
This does not support "aws configure sso". If I copy the credentials into the ~/.aws/credentials file it works. Can support for sso be added
Bumps [github.com/aws/amazon-ecs-agent](https://github.com/aws/amazon-ecs-agent) from 1.26.0 to 1.62.1. Release notes Sourced from github.com/aws/amazon-ecs-agent's releases. Amazon ECS Agent - v1.62.1 Bug - Fix an issue with cgroup mount #3324 Enhancement - Build changes...
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.3.0 to 1.9.0. Release notes Sourced from github.com/sirupsen/logrus's releases. v1.9.0 No release notes provided. v1.8.1 No release notes provided. v1.8.0 Correct versioning number replacing v1.7.1 v1.7.1 Code...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.2.2 to 1.8.0. Release notes Sourced from github.com/stretchr/testify's releases. Minor improvements and bug fixes Minor feature improvements and bug fixes Fixes breaking change with HTTPBodyContains A breaking...
I believe I'm having a similar issue to https://github.com/awslabs/amazon-ecs-local-container-endpoints/issues/89 but it's different enough that I'm opening a new issue. (Somewhat similar to https://github.com/awslabs/amazon-ecs-local-container-endpoints/issues/118 and maybe https://github.com/awslabs/amazon-ecs-local-container-endpoints/issues/35) As snehal-kolte mentioned, I'm...
Endpoint `/creds` works just fine, but when I try to use `/role/` like it says in this [guide](https://aws.amazon.com/blogs/compute/a-guide-to-locally-testing-containers-with-amazon-ecs-local-endpoints-and-docker-compose/), the ecs-local-endpoints container keeps responding with the error: ``` ecs-local-endpoints_1 | time="2021-12-02T21:21:07Z"...
In docker hub, the tag `latest` etc is duplicated as `latest-arm64` with each having one arch. This causes docker to select the incorrect build and run it by emulation on...
Team, We are referring the [https://aws.amazon.com/blogs/compute/a-guide-to-locally-testing-containers-with-amazon-ecs-local-endpoints-and-docker-compose/](document ) and set up docker-compose.yml and docker-compose.override.yml like below **docker-compose.yml** version: "2" services: app: build: my_image ports: - 8080:80 environment: PORT: "80" **docker-compose.override.yml** version:...