-
-
Notifications
You must be signed in to change notification settings - Fork 231
Closed
Description
Currently we use Capistrano to deploy our app to AWS, which we can handle to symlink config/settings/production.yml, however, we are studying the possibility of using AWS Fargate, and it seems that AWS Secrets Manager is recommended when using Fargate.
Not to mention that maximum secret size for AWS Secrets Manager in 10kb, while our production.yml size is about 50kb, I will have to re-fill it in multiple secrets .. there must be work around for this..
The question is, what's the possibilities to use AWS Secrets Manager to populate the settings behind the scenes rather than relying on files at for ex: config/settings/production.yml ? so that we keep our code not changed, ex: Settings.stripe.publishable_key ?
Reactions are currently unavailable