common-fate / granted

The easiest way to access your cloud.
https://granted.dev
MIT License
957 stars 90 forks source link

🔧 Add ExportSSOToken config #566

Closed cedieio closed 6 months ago

cedieio commented 7 months ago

What changed?

Adding ExportSSOToken setting so it could be set to true by default without needing to put in --export-sso-token on assume.

Why?

Adding in config so passing in --export-sso-token flag for assume is no longer necessary

How did you test it?

aws sso logout
dgranted settings set --setting ExportSSOToken --value true
dassume
aws s3 ls --profile test_profile

Potential risks

Ideally PR is addressed first before merging this one in.

Is patch release candidate?

Link to relevant docs PRs