I had an AWS STS
AssumeRole
problem today when I was working with the AWS SDK; digging
in it turned out the problem was that AssumeRole
was not actually being invoked. Poking
around I was unsurprised to find that @ben11kehoe
had already clearly stated the problem and GitHub user petitout had example Go code
with the right way to do it (link).