Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

[feature] get value from aws ssm parameter store or secrets manager #75

Open
ozbillwang opened this issue Apr 25, 2022 · 0 comments
Open

Comments

@ozbillwang
Copy link

ozbillwang commented Apr 25, 2022

could we have features in j2 to get the values from AWS SSM parameter store or AWS Secrets manager directly?

Or this feature is available is already exist some where?

For example, I have this file:

Username: {{ ssm:/service-prefix/USERNAME }}
Password: {{ ssm:/service-prefix/APP_PASSWORD }}

or

Username: {{  ssm("/service-prefix/USERNAME")  }}
Password: {{  ssm("/service-prefix/APP_PASSWORD") }}

currently I have to add extra steps to get the value from SSM and set as environment variable and feed to j2

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant