Andre Nascimento
Andre Nascimento
I have similar case. In order to test one API, I need to send a file to an AWS S3 bucket first. Right now I need to run the command...
That's my case. We have vault deployed on Azure. The only way to use it to generate AWS tokens would be providing a static user credentials with enough permission to...
I was able to automate the setup using a shell script like: ```shell echo "sso-session-name https://sso-alias.awsapps.com/start us-east-1 sso:account:access" | aws configure sso-session ``` However, would be nice to have the...