1
0
mirror of https://github.com/minio/minio.git synced 2025-03-24 22:44:16 -04:00

5 Commits

Author SHA1 Message Date
Harshavardhana
1af6e8cb72
Add support for session policies in STS APIs ()
This PR adds support for adding session policies
for further restrictions on STS credentials, useful
in situations when applications want to generate
creds for multiple interested parties with different
set of policy restrictions.

This session policy is not mandatory, but optional.

Fixes 
2019-06-20 15:28:33 -07:00
kannappanr
5ecac91a55
Replace Minio refs in docs with MinIO and links () 2019-04-09 11:39:42 -07:00
Harshavardhana
c3ca954684 Implement AssumeRole API for Minio users ()
For actual API reference read here

https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html

Documentation is added and updated as well at docs/sts/assume-role.md

Fixes 
2019-02-27 17:46:55 -08:00
Harshavardhana
a2f66abbe8
Update STS API docs with Version query param () 2019-01-16 09:38:32 +05:30
Harshavardhana
2d19011a1d Add support for AssumeRoleWithWebIdentity () 2019-01-04 13:48:12 -08:00