Add ListUsers API to list all configured users in IAM (#6619)

This commit is contained in:
Harshavardhana
2018-10-13 00:18:43 -07:00
committed by Nitish Tiwari
parent 28e25eac78
commit 3ef3fefd54
6 changed files with 121 additions and 2 deletions

View File

@@ -48,6 +48,8 @@ func (statement Statement) IsAllowed(args Args) bool {
}
resource += args.ObjectName
} else {
resource += "/"
}
if !statement.Resources.Match(resource) {