minio/pkg/iam/policy
Harshavardhana 99bf4d0c42 [sec] Match ${aws:username} exactly instead of prefix match (#7791)
This PR fixes a security issue where an IAM user based
on his policy is granted more privileges than restricted
by the users IAM policy.

This is due to an issue of prefix based Matcher() function
which was incorrectly matching prefix based on resource
prefixes instead of exact match.
2019-06-15 11:27:17 -07:00
..
action.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
action_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
actionset.go Update go mod with sem versions of our libraries (#7687) 2019-05-29 16:35:12 -07:00
actionset_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
constants.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
opa.go Fix OPA result response handling (#7763) 2019-06-10 17:06:32 -07:00
policy.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
policy_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
resource.go [sec] Match ${aws:username} exactly instead of prefix match (#7791) 2019-06-15 11:27:17 -07:00
resource_test.go [sec] Match ${aws:username} exactly instead of prefix match (#7791) 2019-06-15 11:27:17 -07:00
resourceset.go Update go mod with sem versions of our libraries (#7687) 2019-05-29 16:35:12 -07:00
resourceset_test.go [sec] Match ${aws:username} exactly instead of prefix match (#7791) 2019-06-15 11:27:17 -07:00
statement.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
statement_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00