-
Notifications
You must be signed in to change notification settings - Fork 277
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
Assume Role with Minio-js #1077
Comments
You could use example from
|
Example is also provided in the PR. We will update an example soon. |
Please follow the steps https://github.com/minio/minio/blob/master/docs/sts/assume-role.md |
From examples since none seem to use webIdentityToken it is not clear what needs to be done here?
For it work or will these be picked up automatically when using this AssumeRoleProvider? |
I have seen #960 however there is no documentation on how to really use this feature that I can find?
How does a user use something like AWS assume role and create a minioclient? This goes in hand with the previous issue #841 where in the minio-go side they get the webidentitytoken etc... On minio-js side it is not clear how the js code gets this information when creating the client.
The current example
doesn't seem to explain how to provide the fields that were implemeneted in #960 i.e credentialsProvider
Is there documentation or any example of IAM for Service Account in minio-js?
The text was updated successfully, but these errors were encountered: