open:kms

KMS

  1. A KMS-Stored RSA key
  2. A Lambda function to sign our tokens
  3. A piece of code we can use wherever we want that can validate that the token was indeed generated by us

Things we'll need:

  1. RSA Key generated in AWS KMS
  2. Public Key of our RSA key
  3. Lambda to do the encryption (with permissions to the KMS key)
  4. Local function (either lambda or plain local functions) to validate the token using the public key
  • open/kms.txt
  • 마지막으로 수정됨: 2021/10/20 02:22
  • 저자 127.0.0.1