My org is adopting AWS SSO and we use this tool, so I thought I’d check
whether the info here in the README was still accurate.
My SSO profile does include the property credential_process but for
the purposes of this test I commented it out, because I wanted to see if
the version of the AWS SDK that this program is currently using would
support SSO sessions directly, rather than via credential_process.
I made sure I had a valid and working SSO profile and session via
aws sso login and aws s3 ls which both succeeded.
Then I ran cw ls groups --profile <my-profile> and it succeeded — the
program printed a list of groups.
This is with cw 4.1.1, installed via Homebrew from the tap, as per the
docs, on MacOS 12.3.1 on an Apple Silicon (ARM64/aarch64) Mac.
My org is adopting AWS SSO and we use this tool, so I thought I’d check whether the info here in the README was still accurate.
My SSO profile does include the property
credential_process
but for the purposes of this test I commented it out, because I wanted to see if the version of the AWS SDK that this program is currently using would support SSO sessions directly, rather than viacredential_process
.I made sure I had a valid and working SSO profile and session via
aws sso login
andaws s3 ls
which both succeeded.Then I ran
cw ls groups --profile <my-profile>
and it succeeded — the program printed a list of groups.This is with cw 4.1.1, installed via Homebrew from the tap, as per the docs, on MacOS 12.3.1 on an Apple Silicon (ARM64/aarch64) Mac.