awslabs / aws-cyclone-solution

Apache License 2.0
22 stars 2 forks source link

Store API key in SSM Parameter Store as a SecureString #14

Open jamie1911 opened 2 years ago

jamie1911 commented 2 years ago

Currently *_api_key stored in SSM Parameter Store as a string. It would be best to store this as a SecureString.

ludvn commented 2 years ago

Could move this to AWS Secrets instead?