Skip to content

Commit

Permalink
Enabling key rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelpais committed Oct 29, 2024
1 parent 1f9e336 commit 221e5c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/volume_access.cft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ Resources:
Description: "Sysdig Agentless Scanning encryption key"
PendingWindowInDays: 7
KeyUsage: ENCRYPT_DECRYPT
EnableKeyRotation: true # Enables automatic yearly rotation
KeyPolicy:
Version: '2012-10-17'
Statement:
Expand Down Expand Up @@ -446,6 +447,7 @@ Resources:
Description: "Sysdig Agentless Scanning encryption key"
PendingWindowInDays: 7
KeyUsage: ENCRYPT_DECRYPT
EnableKeyRotation: true # Enables automatic yearly rotation
KeyPolicy:
Version: '2012-10-17'
Statement:
Expand Down

0 comments on commit 221e5c4

Please sign in to comment.