mirror of https://github.com/minio/minio.git
54ae364def
This PR introduces two new features - AWS STS compatible STS API named AssumeRoleWithClientGrants ``` POST /?Action=AssumeRoleWithClientGrants&Token=<jwt> ``` This API endpoint returns temporary access credentials, access tokens signature types supported by this API - RSA keys - ECDSA keys Fetches the required public key from the JWKS endpoints, provides them as rsa or ecdsa public keys. - External policy engine support, in this case OPA policy engine - Credentials are stored on disks |
||
---|---|---|
.. | ||
condition | ||
action.go | ||
action_test.go | ||
actionset.go | ||
actionset_test.go | ||
effect.go | ||
effect_test.go | ||
id.go | ||
id_test.go | ||
policy.go | ||
policy_test.go | ||
principal.go | ||
principal_test.go | ||
resource.go | ||
resource_test.go | ||
resourceset.go | ||
resourceset_test.go | ||
statement.go | ||
statement_test.go |