nullstone icon indicating copy to clipboard operation
nullstone copied to clipboard

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

Open BSick7 opened this issue 3 years ago • 0 comments

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.

BSick7 avatar Apr 25 '22 21:04 BSick7