Skip to content

Commit

Permalink
remove extra condition
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjjoyy committed Aug 24, 2022
1 parent cf4f817 commit f2b7ec6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
6 changes: 1 addition & 5 deletions docs/guardrails/scp-guardrails.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ layout: default




## SCP-ACCOUNT-1
## Prevent account region enable and disable actions

Expand Down Expand Up @@ -1104,11 +1105,6 @@ layout: default
"Condition": {
"Null": {
"s3:x-amz-server-side-encryption": "true"
},
"StringNotEquals": {
"s3:x-amz-server-side-encryption": [
"aws:kms"
]
}
}
}
Expand Down
5 changes: 0 additions & 5 deletions guardrails/s3/SCP-S3-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@
{
"Null": {
"s3:x-amz-server-side-encryption": "true"
},
"StringNotEquals": {
"s3:x-amz-server-side-encryption": [
"aws:kms"
]
}
}
],
Expand Down

0 comments on commit f2b7ec6

Please sign in to comment.