cmattoon / aws-ssm

Populates Kubernetes Secrets from AWS Parameter Store
https://hub.docker.com/r/cmattoon/aws-ssm/
Apache License 2.0
168 stars 32 forks source link

Store AWS credentials in a secret instead of deployment env #13

Closed signaleleven closed 5 years ago

signaleleven commented 5 years ago

This avoids the credentials to be displayed in clear text when inspecting the deployment of aws-ssm.

cmattoon commented 5 years ago

Awesome, thanks!