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 4 months 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