v0.20.3
·
137 commits
to main
since this release
Generate JSON output for SSO token expiry
Run granted sso-tokens expiry --json
to print the SSO token expiry in JSON. Additionally, you can use jq to filter and display only the expired tokens in JSON format: granted sso-tokens expiry --json | jq -r '[.[] | select(.is_expired == true)]'
What's Changed
- add aos (Amazon OpenSearch) to ServiceMap by @eserte in #552
- fix(firefox_dev): fix granted containers for Firefox Dev Edition by @paulhobbel in #553
- Fix for IAM in secure storage + MFA issue by @shwethaumashanker in #557
- Output-sso-expiry-in-JSON by @shwethaumashanker in #550
New Contributors
- @eserte made their first contribution in #552
- @paulhobbel made their first contribution in #553
Full Changelog: v0.20.2...v0.20.3