Andre Ziviani
Andre Ziviani
Hi @gangofnuns, did it work?
Hey @gangofnuns looks like the issue was with the software I used to compress the binary (UPX), this new release was made without it hopefully it will finally work https://github.com/AndreZiviani/aws-fuzzy/releases/tag/v0.12.0-rc1
Hi @gangofnuns I was using sqlite to cache some results but there isn't a simple way to cross compile it so I dropped it to use a simpler approach: https://github.com/AndreZiviani/aws-fuzzy/releases/tag/v0.12.0-rc2
that bug occurred only on the first run so I didn't give much attention but after removing sqlite it happens every time, sorry for all this back and forth, thanks...
hi @gangofnuns thats something that happens even with official aws cli, try removing your SSO cache: `rm ~/.aws/sso/cache/*.json` and log again: `aws-fuzzy sso login`
Hi @rowbot1 Either set `AWS_PROFILE` environment variable or use the `-p ` flag
I've never tested it with static credentials, only with SSO, will try it later
@rowbot1 whats in your `~/.aws/config`?
> Hey, just fyi, I was able to get SSO to authenticate, but never IAM. It could be I was just using the wrong combinations of flags. Can you post...
I will post my config if you want to compare ``` $ cat ~/.aws/config [profile dev] region = us-east-1 $ cat ~/.aws/credentials [dev] aws_access_key_id = AKIA[...] aws_secret_access_key = [...] mfa_serial...