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) Add support for injecting secrets via AWS Secrets Manager #25

Open
bbbneo333 opened this issue Aug 7, 2023 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@bbbneo333
Copy link
Contributor

  • Configuration service can be managed by config_service param. Setting it as aws_secrets_manager would use AWS Secrets Manager for injecting configuration values into deployments.
  • The configuration service can accept arbitrary arguments via config_args
@bbbneo333 bbbneo333 added enhancement New feature or request secrets labels Aug 12, 2023
@bbbneo333 bbbneo333 removed the secrets label Jul 17, 2024
@KumaravelProgrammer
Copy link

config_service: aws_secrets_manager
config_args:
secret_name: my-app-secrets
region: us-west-2

Expected Outcome
Secrets from AWS Secrets Manager should be accessible during the deployment process.
The process should be secure, with minimal manual intervention once set up.

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

No branches or pull requests

2 participants