Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.
This repository was 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

@ozbillwang

Description

@ozbillwang

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions