minio/pkg/policy/condition
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
..
binaryequalsfunc.go Support policy variable replacement (#7085) 2019-01-21 10:27:14 +05:30
binaryequalsfunc_test.go Add boolean function condition support (#7027) 2018-12-28 12:18:58 -08:00
boolfunc.go Add boolean function condition support (#7027) 2018-12-28 12:18:58 -08:00
boolfunc_test.go Add boolean function condition support (#7027) 2018-12-28 12:18:58 -08:00
func.go Handle multiple conditions in policies (#7079) 2019-01-17 10:28:24 -08:00
func_test.go Handle multiple conditions in policies (#7079) 2019-01-17 10:28:24 -08:00
ipaddressfunc.go Fix policy bugs Null conditions and canonical names (#7021) 2018-12-26 02:03:28 -08:00
ipaddressfunc_test.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00
key.go Support policy variable replacement (#7085) 2019-01-21 10:27:14 +05:30
key_test.go Add boolean function condition support (#7027) 2018-12-28 12:18:58 -08:00
name.go Add boolean function condition support (#7027) 2018-12-28 12:18:58 -08:00
name_test.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00
nullfunc.go Fix policy bugs Null conditions and canonical names (#7021) 2018-12-26 02:03:28 -08:00
nullfunc_test.go Fix policy bugs Null conditions and canonical names (#7021) 2018-12-26 02:03:28 -08:00
stringequalsfunc.go Support policy variable replacement (#7085) 2019-01-21 10:27:14 +05:30
stringequalsfunc_test.go Add boolean function condition support (#7027) 2018-12-28 12:18:58 -08:00
stringequalsignorecasefunc.go Support policy variable replacement (#7085) 2019-01-21 10:27:14 +05:30
stringequalsignorecasefunc_test.go Add boolean function condition support (#7027) 2018-12-28 12:18:58 -08:00
stringlikefunc.go Support policy variable replacement (#7085) 2019-01-21 10:27:14 +05:30
stringlikefunc_test.go Add boolean function condition support (#7027) 2018-12-28 12:18:58 -08:00
value.go Add support for new policy conditions (#7024) 2018-12-26 17:39:30 -08:00
value_test.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00
valueset.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00
valueset_test.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00