Files
openmaxio-object-browser/portal-ui/tests/policies/heal.json
Kaan Kabalak 479fa34542 Automate end-to-end permission testing (#1383)
Automate permission testing
2022-01-14 17:04:40 -08:00

17 lines
264 B
JSON

{
"Version": "2012-10-17",
"Statement": [
{
"Action": ["admin:Heal"],
"Effect": "Allow",
"Sid": ""
},
{
"Action": ["s3:ListBucket"],
"Effect": "Allow",
"Resource": ["arn:aws:s3:::*"],
"Sid": ""
}
]
}