Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS: Parameter Store - Adds the ability to use secrets #3262

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

benvinson-teespring
Copy link

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.

@agonbina
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants