minio/pkg/madmin/examples
Harshavardhana 54ae364def Introduce STS client grants API and OPA policy integration (#6168)
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
2018-10-09 14:00:01 -07:00
..
add-user-and-policy.go Introduce STS client grants API and OPA policy integration (#6168) 2018-10-09 14:00:01 -07:00
get-config-keys.go Add admin get/set config keys API (#6113) 2018-09-06 20:33:18 +05:30
get-config.go Add admin get/set config keys API (#6113) 2018-09-06 20:33:18 +05:30
heal-bucket.go Implement ServerConfig admin REST API (#3741) 2017-02-20 12:58:50 -08:00
heal-buckets-list.go heal: Add ListBucketsHeal object API (#3563) 2017-01-19 09:34:18 -08:00
heal-format.go Add dry-run query param for HealFormat API (#3618) 2017-01-24 08:11:05 -08:00
heal-object.go Add disksUnavailable healStatus const (#3990) 2017-03-31 17:55:15 -07:00
heal-objects-list.go Add disksUnavailable healStatus const (#3990) 2017-03-31 17:55:15 -07:00
lock-clear.go Change query param name to duration in list/clear locks API (#3664) 2017-02-01 11:17:30 -08:00
profiling.go Add Profiler Admin API (#6463) 2018-09-18 16:46:35 -07:00
server-info.go Implement support for calculating disk usage per tenant (#5969) 2018-05-23 15:41:29 +05:30
service-restart.go
service-status.go
set-config-keys.go Add admin get/set config keys API (#6113) 2018-09-06 20:33:18 +05:30
set-config.go Implement SetConfig admin API handler. (#3792) 2017-02-27 11:40:27 -08:00
set-credentials.go Introduce STS client grants API and OPA policy integration (#6168) 2018-10-09 14:00:01 -07:00