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

feat: implement support for AWS Secrets Manager (alternative) #7

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

jaulz
Copy link

@jaulz jaulz commented Sep 25, 2023

I tried the existing PR #4 but I think it's way too opinionated about the format of secrets since it expects every secret to be a JSON. Also, it magically sets environment variables from the actual content of the secret. This is an alternative approach which simply writes the value of a secret to the environment variable. Parsing values from JSON might be a different story for a new PR. What do you think?

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

Successfully merging this pull request may close these issues.

None yet

1 participant