Skip to content

Commit

Permalink
add unsupported key spec in kms doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sannya-singal committed Oct 25, 2023
1 parent 7d45470 commit e89995e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/en/user-guide/aws/kms/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,7 @@ LocalStack's KMS implementation is equipped to facilitate [multi-region keys](ht
### Key aliases

While AWS KMS conveniently establishes [aliases](https://docs.aws.amazon.com/kms/latest/developerguide/kms-alias.html), LocalStack follows suit by supporting these pre-configured aliases. However, it's important to note that in LocalStack, these aliases come into picture after the initial access attempt. Until that point, they are not visible.

### Key specs

In AWS KMS, [SM2](https://docs.aws.amazon.com/kms/latest/developerguide/asymmetric-key-specs.html#key-spec-sm:~:text=the%20message%20digest.-,SM2%20key%20spec%20(China%20Regions%20only),-The%20SM2%20key) is a supported key spec for asymmetric keys. However, LocalStack's KMS implementation doesn't support this key spec.

0 comments on commit e89995e

Please sign in to comment.