lucagrulla / cw

The best way to tail AWS CloudWatch Logs from your terminal
https://www.lucagrulla.com/cw
Apache License 2.0
792 stars 59 forks source link

Update docs on AWS SSO #236

Closed ghost closed 2 years ago

ghost commented 2 years ago

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.

lucagrulla commented 2 years ago

Thanks for testing this out. Great to hear the SDK has been fixed.

ghost commented 2 years ago

My pleasure!