Closed castrapel closed 2 years ago
Hi @castrapel thanks for bringing this to my attention! I was able to reproduce this exact error in my own setup earlier today.
I was curious myself as to why the encrypted sessions weren't working, I did some digging into the AWS CLI to see if it was doing anything magical but it didn't appear to be, this tool pretty much mirrors what the CLI does under the hood.
I realised the version of the AWS SDK used in the project was fairly old so I updated that, and it appears to have fixed the issue ( I attempted to pinpoint when exactly this was fixed by searching through previous SDK releases but couldn't find anything conclusive!)
I've rolled this out in version 0.3.0.
Thanks again for raising this, please let me know if the latest version fixes this for you!
Great utility!
ecsgo doesn't appear to support KMS encrypted sessions, so I changed the command to use
aws cli
instead.Before:
After: