java-sdk-core
java-sdk-core copied to clipboard
feat(IamAssumeAuthenticator): introduce new authenticator type
This commit introduces the new IamAssumeAuthenticator which will fetch an IAM access token using the IAM getToken operation's "assume" grant type. The resulting access token allows the application to assume the identity of a trusted profile, similar to the "sudo" feature of Linux.
in the
Authentication.mdI found 4 typos
fixed
Just pushed the commit with the immutable-related changes. I'll request a re-review...
:tada: This PR is included in version 9.22.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket: