Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(IamAssumeAuthenticator): introduce new authenticator type #229

Merged
merged 2 commits into from
Oct 15, 2024

Commits on Oct 9, 2024

  1. 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.
    
    Signed-off-by: Phil Adams <phil_adams@us.ibm.com>
    padamstx committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    e625b18 View commit details
    Browse the repository at this point in the history
  2. fix: make IamAssumeAuthenticator immutable after initial construction

    Signed-off-by: Phil Adams <phil_adams@us.ibm.com>
    padamstx committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    8d3035e View commit details
    Browse the repository at this point in the history