Skip to content

Commit

Permalink
Enable key rotation on prod
Browse files Browse the repository at this point in the history
  • Loading branch information
xschildw committed Oct 26, 2023
1 parent 0b472f3 commit 1cba824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sceptre/synapseprod/templates/SynapseCMK-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
"Type": "AWS::KMS::Key",
"Properties": {
"Description": "The master encryption key used to encypt/decrypt all Synapse master secrets",
"EnableKeyRotation": false,
"EnableKeyRotation": true,
"KeyPolicy": {
"Version": "2012-10-17",
"Id": "key-default-1",
Expand Down

0 comments on commit 1cba824

Please sign in to comment.