minio/pkg/policy
Harshavardhana 5353edcc38
Support policy variable replacement (#7085)
This PR supports iam and bucket policies to have
policy variable replacements in resource and
condition key values.

For example
- ${aws:username}
- ${aws:userid}
2019-01-21 10:27:14 +05:30
..
condition Support policy variable replacement (#7085) 2019-01-21 10:27:14 +05:30
action.go Add boolean function condition support (#7027) 2018-12-28 12:18:58 -08:00
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 Sid value can be any unicode character support it (#6676) 2018-10-23 16:11:06 +05:30
id_test.go Sid value can be any unicode character support it (#6676) 2018-10-23 16:11:06 +05:30
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 Support policy variable replacement (#7085) 2019-01-21 10:27:14 +05:30
resource_test.go Support policy variable replacement (#7085) 2019-01-21 10:27:14 +05:30
resourceset.go Support policy variable replacement (#7085) 2019-01-21 10:27:14 +05:30
resourceset_test.go Support policy variable replacement (#7085) 2019-01-21 10:27:14 +05:30
statement.go Support policy variable replacement (#7085) 2019-01-21 10:27:14 +05:30
statement_test.go Add boolean function condition support (#7027) 2018-12-28 12:18:58 -08:00