Skip to content

Commit

Permalink
Merge pull request #1009 from xschildw/m-it-2789
Browse files Browse the repository at this point in the history
IT-2789: Enable key rotation on prod
  • Loading branch information
xschildw authored Oct 30, 2023
2 parents 49574b9 + 1cba824 commit a6dcd17
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 a6dcd17

Please sign in to comment.