Skip to content

Commit

Permalink
add more info
Browse files Browse the repository at this point in the history
  • Loading branch information
loris-s-sonarsource committed Nov 26, 2024
1 parent 10bc7c7 commit 473b60a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rules/S6327/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "10min"
"constantCost": "45min"
},
"tags": [
"aws",
Expand Down
5 changes: 5 additions & 0 deletions rules/S6327/recommended.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@ It is recommended to encrypt SNS topics that contain sensitive information.
To do so, create a master key and affect the SNS topic to it. Without a master
key, the SNS topic is not encrypted by default.

Then, make sure that any publishers have the ``++kms:GenerateDataKey*++`` and
``++kms:Decrypt++`` permissions for the AWS KMS key.

See https://docs.aws.amazon.com/sns/latest/dg/sns-key-management.html#sns-what-permissions-for-sse[AWS SNS Key Management Documentation]
for more information.

0 comments on commit 473b60a

Please sign in to comment.