java-sdk-core icon indicating copy to clipboard operation
java-sdk-core copied to clipboard

feat(IamAssumeAuthenticator): introduce new authenticator type

Open padamstx opened this issue 1 year ago • 2 comments

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.

padamstx avatar Oct 01 '24 19:10 padamstx

in the Authentication.md I found 4 typos

fixed

padamstx avatar Oct 02 '24 18:10 padamstx

Just pushed the commit with the immutable-related changes. I'll request a re-review...

padamstx avatar Oct 10 '24 19:10 padamstx

:tada: This PR is included in version 9.22.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

ibm-devx-sdk avatar Oct 15 '24 14:10 ibm-devx-sdk