[ ] I have provided my .aws/config (redacted if necessary)
[ ] I have provided the debug output using aws-vault --debug (redacted if necessary)
Problem
When using the Ruby SDK, the ECS credential server is not being picked up by default, even though the AWS_CONTAINER_CREDENTIALS_FULL_URI is supported by the Ruby SDK (see the :endpoint option).
The ECS credentials are picked up if we override the existing env var:
.aws/config
(redacted if necessary)aws-vault --debug
(redacted if necessary)Problem
When using the Ruby SDK, the ECS credential server is not being picked up by default, even though the
AWS_CONTAINER_CREDENTIALS_FULL_URI
is supported by the Ruby SDK (see the:endpoint
option).The ECS credentials are picked up if we override the existing env var:
AWS Vault Version