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

Allow integration with Secret Manager and maybe SSM store too for env variables #122

Closed
praneetloke opened this issue Mar 25, 2022 · 1 comment

Comments

@praneetloke
Copy link

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do * not help prioritize the request
    If you are interested in working on this issue or have submitted a pull request, please leave a comment

Tell us about your request

Allow environment variables to be referenced from an SSM parameter store path. Specifically for secret env vars I realize I could use secure string type parameters in SSM but there might be situations where I only want to use a secret stored in Secret Manager and thus would like to reference a secret by its ARN like other services (ECS etc.) allow in their configuration.

Describe alternatives you've considered

I'd have to integrate the AWS SDK in my app to fetch the parameters/secrets myself rather than injecting them as env vars. I'd prefer not to do that so that my app isn't concerned with fetching env vars.

Additional context
N/A

Attachments
N/A

@praneetloke
Copy link
Author

Of course I now realize there is already #48, #19 and #6. I'll close this.

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

No branches or pull requests

1 participant