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

Store secrets outside of Terraform code and have the Lambdas pull them in #31

Open
adampie opened this issue Sep 5, 2024 · 1 comment

Comments

@adampie
Copy link
Member

adampie commented Sep 5, 2024

Based on domain-protect/domain-protect#199

We should move the management and configuration of secrets used by the Lambdas to call third-party servies outside of the Terraform code and state. There are a couple of options such as 'AWS Secrets Manager' and 'AWS Systems Manager Parameter Store' with the latter being the simpler and cheaper option.

This would introduce a new resource eg. aws_ssm_parameter and also require code changes to pull the secret on function init.

@paulschwarzenberger
Copy link
Member

good idea

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

2 participants