nullstone-io / nullstone

Nullstone is a customizable developer platform launched on your cloud accounts.
https://nullstone.io
MIT License
39 stars 1 forks source link

AWS: Add manually-entered sensitive env vars to secrets manager #60

Open BSick7 opened 2 years ago

BSick7 commented 2 years ago

Summary

For an app, any environment variables that a user inputs through the Nullstone UI are directly added as environment variables on the fargate task definition.

Instead, these values should be added to secrets manager in the user's cloud account. Then, the secrets are injected into the container at run-time.