Skip to content

Commit 978d893

Browse files
committed
policy examples
1 parent 8884210 commit 978d893

File tree

5 files changed

+23
-0
lines changed

5 files changed

+23
-0
lines changed

resource_control_policy/root.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"Version": "2012-10-17",
3+
"Statement": [
4+
{
5+
"Sid": "EnforceSecureTransport",
6+
"Effect": "Deny",
7+
"Principal": "*",
8+
"Action": [
9+
"sts:*",
10+
"s3:*",
11+
"sqs:*",
12+
"secretsmanager:*",
13+
"kms:*"
14+
],
15+
"Resource": "*",
16+
"Condition": {
17+
"BoolIfExists": {
18+
"aws:SecureTransport": "false"
19+
}
20+
}
21+
}
22+
]
23+
}
File renamed without changes.

0 commit comments

Comments
 (0)