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

Add STSClientGrants and STSWebIdentity credential provider #1059

Merged
merged 1 commit into from Jan 14, 2019

Commits on Jan 14, 2019

  1. Add STSClientGrants and STSWebIdentity credential provider

    Both provider implements a way to retrieve temporary
    credentials from Minio STS service
    
    - using client grants token (Only Minio)
    - using web identity token (Both Minio and AWS)
    
    These temporary credentials will be used to perform API
    operations, to be used with applications which are never
    using static credentials.
    harshavardhana committed Jan 14, 2019
    Copy the full SHA
    1f31cec View commit details
    Browse the repository at this point in the history