Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 forthe 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
andaws s3 ls
which both succeeded.Then I ran
cw ls groups --profile <my-profile>
and it succeeded — theprogram 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.