Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: AWS KMS Customer Master Keys (CMKs) with Rotation Disabled for Asymmetric Keys #1636

Open
ph-l opened this issue May 14, 2024 · 0 comments
Labels
bug Something isn't working potential Unconfirmed issue

Comments

@ph-l
Copy link

ph-l commented May 14, 2024

Describe the bug

From: https://docs.aws.amazon.com/kms/latest/developerguide/rotate-keys.html

You cannot automatically rotate asymmetric KMS keys, HMAC KMS keys, KMS keys with imported key material, or KMS keys in custom key stores

The rule currently excludes keys with imported key material. It should also exclude keys with HMAC keys, asymmetric keys, and keys in custom key stores.

To Reproduce

Create a AWS KMS key used for signing and verifying:

aws kms create-key \
    --key-spec ECC_NIST_P521 \
    --key-usage SIGN_VERIFY

Additional context
https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#cryptographic-operations

@ph-l ph-l added bug Something isn't working potential Unconfirmed issue labels May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working potential Unconfirmed issue
Projects
None yet
Development

No branches or pull requests

1 participant