|
|
|
|
|
by eropple
3125 days ago
|
|
If you're not using AWS, the use of Parameter Store (or Credstash) becomes a turtles problem--because you need to provision AWS credentials. At that point, whatever you provisioned AWS credentials into might as well store your other secrets, too. If you are using AWS, EC2 itself is a trusted third party that grants the appropriate permissions for your executing system (container, instance, whatever). |
|
If you do nothing you end up stuck with secrets in git history and you essentially have to roll them all.
So, my advice is generally SSM with no security is better than no secrets Management solution.