v1.7.1 - Fix lots of bugs and small feature enhancements
Overview
Bug Fixes
AWS_SSO
env var is now set with theeval
andexec
command #251- Fix broken auto-complete for non-Default AWS SSO instances #249
- Fix incorrect
AWS_SSO_SESSION_EXPIRATION
values #250 - Remove old config settings that no longer exist #254
cache
command no longer flushes the Expires field for role credentials
or the role History- Auto-guided setup now loads the config so the user defined command is
successful #260 - default
list
command will now refresh the cache if necessary
Changes
flush
now flushes the STS IAM Role credentials first by default #236- Guided setup now uses the hostname or FQDN instead of full URL for the SSO StartURL #258
New Features
- Add a lot more
ProfileFormat
functions via sprig #244 flush
command gives users more control over what is flushed- Add documentation for
SourceIdentity
for AssumeRole operations - Add
EnvVarTags
config file option #134
What's Changed
- Typo fix by @rgarrigue in #243
- Add support for a lot more ProfileFormat functions by @synfinatic in #245
- Give users more control over what is flushed by @synfinatic in #246
- document SourceIdentity config option by @synfinatic in #247
- Add custom environment variable support by @synfinatic in #248
- Correctly set
AWS_SSO
env variable by @synfinatic in #252 - Fix auto-complete when DefaultSSO != Default by @synfinatic in #253
- Fix AWS_SSO_SESSION_EXPIRATION with Via by @synfinatic in #255
- refresh cache will remove old data and keep history by @synfinatic in #256
- Don't flush role Expires field with
cache
by @synfinatic in #257 - prompt users for hostname instead of URL by @synfinatic in #259
- Fix auto-guided setup not loading config by @synfinatic in #261
- Really fix setup -> list/etc & default log level by @synfinatic in #262
- fix eval --clear by @synfinatic in #263
- update demos by @synfinatic in #264
New Contributors
- @rgarrigue made their first contribution in #243
Full Changelog: v1.7.0...v1.7.1