realestate-com-au / shush

It's a secret.
169 stars 36 forks source link

Shush lacks support for ECS task roles #4

Closed pvdvreede closed 7 years ago

pvdvreede commented 7 years ago

Hi @mdub we are using shush inside a ecs task container and it does not seem to be able to get access to what that ecs task role allows.

I know from previous attempts that if the AWS SDK is not new enough, ecs task roles are not supported. Do you know if the go AWS SDK support ecs tasks roles? Have you or anyone else had luck with sush 1.3.0 and ecs task roles?

mdub commented 7 years ago

I haven't tried it on ECS, @pvdvreede. But it appears the version of aws-sdk-go used in 1.3.0 lacks support.

I'll update the SDK, and make a patch release.

mdub commented 7 years ago

New v1.3.1 binaries are up, @pvdvreede:

Can you test, and let me know how it goes?

pvdvreede commented 7 years ago

Thanks! Ill let you know!

pvdvreede commented 7 years ago

👍 That has got it working!