Simplify SSO Integration Test (#1954)

This commit is contained in:
Cesar Celis Hernandez
2022-05-05 13:29:41 -04:00
committed by GitHub
parent 16474cbd81
commit 4c99b0d1d9
9 changed files with 102 additions and 2462 deletions

View File

@@ -0,0 +1,14 @@
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:*"
],
"Resource": [
"arn:aws:s3:::*"
]
}
]
}