Skip to content

Commit f6123a0

Browse files
authored
Create DefaultDeny.json
1 parent b979d95 commit f6123a0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

DefaultDeny.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"Version": "2012-10-17",
3+
"Statement": [
4+
{
5+
"Effect": "Deny",
6+
"Action": "*",
7+
"Resource": "*"
8+
}
9+
]
10+
}

0 commit comments

Comments
 (0)