Skip to content

sufiyanghori/Python-Asymmetric-JWT-Signing-using-AWS-KMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

JWT Signing with Asymmetric AWS KMS key in Python

Pre-Requisite

  1. Make sure you are authenticated with AWS.
  2. Make sure your AWS account has access to the KMS key used for Encryption.
  3. Retrieve and Store Public Key locally from AWS KMS

Usage

  1. Install required packages,
pip3 install -r requirements.txt
  1. Modify following vars in code,
aws_kms_key_arn = "KMS KEY ARN"
public_key_file_path = "public key pem file path"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages