Releases: okta/okta-aws-cli
Releases · okta/okta-aws-cli
v2.5.0
v2.4.1
2.4.1 (February 10, 2025)
BUG FIXES
MAINTENANCE
- Upgrade gopkg.in/square/go-jose.v2 v2.6.0 to github.com/go-jose/go-jose/v4 v4.0.4
v2.4.0
2.4.0 (January 31, 2025)
ENHANCEMENTS
- Multiple apps feature only requires
okta.users.read.self
scope #254, thanks @monde! - Toggle API HTTP User-Agent header to
okta-aws-cli
to ease use in a policy rule #257, thanks @monde! - Improve error message suggestion for expired token #256, thanks @Eitol!
- JTI protection on m2m auth token #259, thanks @duytiennguyen-okta!
- m2m allow STS role session name to be overridden #262, thanks @monde!
MAINTENANCE
- Update github.com/aws/aws-sdk-go to v1.55.5 #255, thanks @monde!
- Update golang.org/x/net to v0.34.0 #266, thanks @monde!
- Rename/deprecate CLI flag
--session-duration
to--aws-session-duration
#263, thanks @monde! - README note that AWS Fed app doesn't support device security posture #260, thanks @monde!
BUG FIXES
v2.3.1
2.3.1 (September 03, 2024)
BUG FIXES
v2.3.0
2.3.0 (July 12, 2024)
ENHANCEMENTS
- New command
okta-aws-cli list-profiles
helper to inspect profiles in okta.yaml #222, thanks @pmgalea! - GH releases publish Windows artifact to Chocolatey #215, thanks @monde!
- Better retry for when the cached access token has been invalidated outside of okta-aws-cli's control. #220, thanks @monde!
- Print a warning at first run if otka.yaml is malformed. #220, thanks @monde!
BUG FIXES
v2.2.0
2.2.0 (July 3, 2024)
ENHANCEMENTS
- Seamless support for non-Admin users if OIDC app has
okta.users.read.self
grant. Issue #66, PR #213, thanks @monde! - Improve README with note about device state in policy #205, thanks @ramgandhi-okta!
- Correct m2m typo in README #201, thanks @stefan-lsx!
BUG FIXES
- Paginating more than 200 apps on
GET /api/v1/apps
not implemented #212, thanks @pmgalea! - Respect
OKTA_AWSCLI_AWS_REGION
env var value when saving to the profile #203, thanks @sudolibre! - Default profile value not correctly set to
default
#200, thanks @mantoine96!
v2.1.2
2.1.2 (February 27, 2024)
BUG FIXES
- Additional fix for bug dealing with multiple profiles in okta.yaml #196, thanks @MatthewJohn!
v2.1.1
2.1.1 (February 23, 2024)
BUG FIXES
- Fix bug dealing with multiple profiles in okta.yaml #187, thanks @MatthewJohn!
v2.1.0
2.1.0 (February 15, 2024)
ENHANCEMENTS
-
Multiple okta-aws-cli configurations in
okta.yaml
by AWS profile name.
#162, thanks @MatthewJohn! -
Explicitly set AWS Region with CLI flag
--aws-region
#174, thanks @euchen-circle, @igaskin! -
--aws-iam-idp
and--aws-iam-role
arguments can be ARN or friendly label #178, thanks @monde!
BUG FIXES
- Fix bug where all flags were not being set on the config object. #177, thanks @monde!
- Process credentials format was not emitting JSON correctly when
--write-aws-credentials
flag is present #173, thanks @monde! - Open browser and open browser command behavior was fouled in v2 release #172, thanks @monde!
v2.0.1
Note: We are not publishing a Windows amd64 binary due to many AVs falsely signaling binaries built with the Go language having viruses
2.0.1 (January 31, 2024)
ENHANCEMENTS
- Packaged binary's don't have postfix version value on file name #154