Hi folks, Is it possible to use SST also when usin...
# help
j
Hi folks, Is it possible to use SST also when using SAML? I am specificially using https://github.com/Rukenshia/saml2aws-auto Thanks in advance!
f
Hey @John Nguyen, Iā€™m not too familiar with SAML. Does it make use of the
~/.aws/credentials
file?
Iā€™m looking at the README, so after you do
Copy code
$ saml2aws-auto refresh my-accounts
you can then do
Copy code
aws --profile my-accounts-staging s3 ls
If that work, maybe try this?
Copy code
AWS_PROFILE=my-accounts-staging npx sst start
Let me know if it works.
j
Hey @Frank thanks for you fast reply. Yes, it does create an
~/.aws/credentials
. I was scanning your docs and found that command. I should have read it first šŸ™ˆ It works šŸ™‚ Thanks again!
f
Nice! šŸ‘