-
Notifications
You must be signed in to change notification settings - Fork 666
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
Environment variables override #819
Comments
Awesome. Thanks for confirming this. |
it worked ? can i add this trick to the docs ? |
@mrT23 Sorry, I was under the impression you were confirming this works. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm currently deploying the PR agent according to the docs but I would like set the secrets via environment variables instead of having them built into the Docker image.
The problem is that AWS Lambda env vars cannot have "." in the name. This means I can't create vars such as
GITHUB.WEBHOOK_SECRET
.However, I'm not sure I'm doing this right.
I took a look at the code but I'm not that familiar with Dynaconf so I can't figure out if I need to set variables as
GITHUB.WEBHOOK_SECRET
to override the toml configuration of it's a different pattern (that eventually is accepted by Lambda).Appreciate the help!
The text was updated successfully, but these errors were encountered: