minio/pkg/policy
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
..
condition fix: Propagate bucket policy update in a distributed setup (#6135) 2018-07-09 02:18:48 -07:00
action.go Remove s3:ListObjects policy action to be in sync with AWS-S3 (#5875) 2018-05-02 12:13:17 +05:30
action_test.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00
actionset.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00
actionset_test.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00
effect.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00
effect_test.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00
id.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00
id_test.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00
policy.go Introduce STS client grants API and OPA policy integration (#6168) 2018-10-09 14:00:01 -07:00
policy_test.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00
principal.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00
principal_test.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00
resource.go fix: export policy.Resource for remote RPC policy updates (#5941) 2018-05-16 16:17:00 -07:00
resource_test.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00
resourceset.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00
resourceset_test.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00
statement.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00
statement_test.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00