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

Support Minio STS AssumeRoleWithWebIdentity to obtain dynamic credentials #559

Open
matteo-s opened this issue Jan 22, 2024 · 0 comments
Open

Comments

@matteo-s
Copy link

Description

Minio supports the STS api, enabling users possessing a valid oidc access_token (or id_token) to obtain a temporary set of credentials, which can then be used for regular S3 access.

The API expects a token as input, and returns a set of <AccessKeyId>,<SecretAccessKey>,<SessionToken>, valid until <Expiration>.

My proposal is to implement a new type of resource, called minio_sts_key which will support the Create action taking in input the required parameters and then enrich the resource with the newly obtained credentials.

Ref.
https://github.com/minio/minio/blob/master/docs/sts/web-identity.md

Additional Information

I can contribute a proof-of-concept implementation. See scc-digitalhub@1528ded

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant