Releases: openstandia/aws-cli-oidc
Releases · openstandia/aws-cli-oidc
v0.6.0
New Feature
- Support
credential_process
.
- Add override options for Max session duration and role ARN.
Improvements
- Update README.
- Refactor the source directory.
- Update go version and dependencies.
v0.5.1
fix: fix new cert pool for windows
v0.5.0
Add new option for MTLS:
client_auth_ca
client_auth_cert
client_auth_key
v0.4.0
Add two options.
max_session_duration_seconds
: Max session duration in seconds
default_iam_role_arn
: Default IAM role ARN when you have multiple roles for skipping role selection
v0.3.0
Fixed infinity loop issue when the user has multiple roles.
v0.2.0
Support additional query when authentication request.