Remove trailing comma in policy (#160)
Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com> Co-authored-by: César Nieto <ces.nietor@gmail.com> Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com> Co-authored-by: Lenin Alevski <alevsk.8772@gmail.com>
This commit is contained in:
@@ -62,7 +62,7 @@ Additionally, you can create policies to limit the privileges for `mcs` users, f
|
|||||||
"Version": "2012-10-17",
|
"Version": "2012-10-17",
|
||||||
"Statement": [{
|
"Statement": [{
|
||||||
"Action": [
|
"Action": [
|
||||||
"admin:ServerInfo",
|
"admin:ServerInfo"
|
||||||
],
|
],
|
||||||
"Effect": "Allow",
|
"Effect": "Allow",
|
||||||
"Sid": ""
|
"Sid": ""
|
||||||
|
|||||||
Reference in New Issue
Block a user