tedsmitt / ecsgo

Provides an interactive prompt to connect to ECS Containers using the ECS ExecuteCommand API.
Apache License 2.0
81 stars 13 forks source link

chore: bump aws-sdk (aws sso support) #43

Closed woodjme closed 7 months ago

woodjme commented 7 months ago

In the current release trying use ecsgo with and AWS SSO profile will result in the following error:

panic: profile "xyz" is configured to use SSO but is missing required configuration: sso_region, sso_start_url

Bumping the aws-sdk allow for ecsgo to find these values in 'sso-session xyz' section of .aws/config

AWS SSO

tedsmitt commented 7 months ago

Nice work, thanks for contributing! 😁

tedsmitt commented 7 months ago

@woodjme I'll look at getting this released as soon as I get time 👍

brunodasilvalenga commented 5 months ago

Hey @tedsmitt have you released a new version with this update?