rack icon indicating copy to clipboard operation
rack copied to clipboard

AWS: Parameter Store - Adds the ability to use secrets

Open benvinson-teespring opened this issue 5 years ago • 1 comments

In order to be able to leverage Parameter Store in Systems Manager, the following must be added to the container definition in the taskdef (as in provider/aws/formation/service.json.tmpl):

"secrets": [
        {
          "valueFrom": "PS-Name",
          "name": "VARIABLE_NAME"
        }
]

Considering I have no experience in Go, I'm surprised I could get the tests to pass.

benvinson-teespring avatar Jun 05 '19 20:06 benvinson-teespring

Why is this not merge yet? It would be great to have this feature

agonbina avatar Jul 23 '19 11:07 agonbina