Enable rotation on asymmetric keys is imposibile since AWS doesn't support that #4939
Replies: 1 comment
-
I guess this is an edge case where rotation is supported, but only on symmetric keys. https://docs.aws.amazon.com/kms/latest/APIReference/API_EnableKeyRotation.html Today by default if you don't specify the We can make this check a little smarter where we only flag it, if the key is symmetric and not enabled for rotation. For that to work take place we will need to check the |
Beta Was this translation helpful? Give feedback.
-
IDs
avd-aws-0065
Description
Enable rotation on asymmetric keys is imposibile since AWS doesn't support that.
Reproduction Steps
terraform apply
, you will see the AWS errorTarget
Filesystem
Scanner
Misconfiguration
Target OS
No response
Debug Output
Version
Checklist
-f json
that shows data sources and confirmed that the security advisory in data sources was correctBeta Was this translation helpful? Give feedback.
All reactions