aws configure sso showing nothing / not working #9828
Replies: 2 comments · 2 replies
|
Has part of the experimentation, I found that using The downside of that is that I can't use Any of the other solution doesn't work at all:
|
|
Your SSO profile looks fine. The main issue is that you are running Log in and run commands using the same profile: aws sso logout --profile mainpu rm -rf ~/.aws/sso/cache aws sso login --profile mainpu aws s3 ls --profile mainpu If you want export AWS_PROFILE=mainpu aws s3 ls About |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I have tried to use
aws configure ssobut it shows absolutely nothing on my console (kitty) neither on xterm or konsole.aws configureseem to workAfter fetching the doc I entered each value in the same order and my config file was generated but now if I do
aws s3 lsI gotUnable to locate credentials. You can configure credentials by running "aws configure"..My config file:
If I do a
aws sso loginI got the link and so on but that change nothing onaws s3 ls.PowerUserAccessis the default policies from aws: https://docs.aws.amazon.com/aws-managed-policy/latest/reference/PowerUserAccess.htmlAll reactions