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 |
||
---|---|---|
.. | ||
add-user-and-policy.go | ||
get-config-keys.go | ||
get-config.go | ||
heal-bucket.go | ||
heal-buckets-list.go | ||
heal-format.go | ||
heal-object.go | ||
heal-objects-list.go | ||
lock-clear.go | ||
profiling.go | ||
server-info.go | ||
service-restart.go | ||
service-status.go | ||
set-config-keys.go | ||
set-config.go | ||
set-credentials.go |