This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 252
Session Token Support #1186
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it had not recent activity during the stale period. |
grrapport
pushed a commit
to grrapport/compose-cli
that referenced
this issue
Jul 20, 2023
Signed-off-by: Garrett Rapport <grrapport@gmail.com>
This was referenced Jul 20, 2023
grrapport
pushed a commit
to grrapport/compose-cli
that referenced
this issue
Jul 20, 2023
Signed-off-by: Garrett Rapport <grrapport@gmail.com>
grrapport
added a commit
to grrapport/compose-cli
that referenced
this issue
Jul 20, 2023
docker-archive#1186 Added support for AWS Session Tokens
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
Currently this system does not support session tokens in the credential files. It would be helpful if it did.
Steps to reproduce the issue:
docker context create ecs <new name>
and select the AWS Profile with the tokenDescribe the results you received:
Describe the results you expected:
For the docker compose file to be brought up in AWS
Additional information you deem important (e.g. issue happens only occasionally):
Output of
docker version
:Output of
docker context show
:You can also run
docker context inspect context-name
to give us more details but don't forget to remove sensitive content.Output of
docker info
:Additional environment details (AWS ECS, Azure ACI, local, etc.):
In AWS ECS
Reading through the code for this, it looks like the token is never used in the auth pipeline: https://github.com/docker/compose-cli/blob/54020db51730a43289f2d314919e2a3977a236b6/ecs/context.go
The text was updated successfully, but these errors were encountered: