Simplify SSO Integration Test (#1954)
This commit is contained in:
committed by
GitHub
parent
16474cbd81
commit
4c99b0d1d9
14
sso-integration/allaccess.json
Normal file
14
sso-integration/allaccess.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"Version": "2012-10-17",
|
||||
"Statement": [
|
||||
{
|
||||
"Effect": "Allow",
|
||||
"Action": [
|
||||
"s3:*"
|
||||
],
|
||||
"Resource": [
|
||||
"arn:aws:s3:::*"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user