cloudfront-auth icon indicating copy to clipboard operation
cloudfront-auth copied to clipboard

Make Cloudfront auth more configurable

Open Vad1mo opened this issue 7 years ago • 2 comments
trafficstars

For continuous delivery reasons and improved security it would be better the secrets and other variables could be externalized.

The variables could be passed in as environment variables for example.

Vad1mo avatar Nov 09 '18 22:11 Vad1mo

This is an important point to bring up. Externalizing would be a good addition to the project.

Unfortunately, Lambda@Edge has some limitations in that it does not support environment variables. With that said, the next best thing may be to support AWS Parameter Store. This will require a bit more conversation on how to best implement it into the build process. Always open to suggestions on implementation and externalization methods.

payton avatar Nov 12 '18 15:11 payton

#38

pldimitrov avatar Jun 24 '19 13:06 pldimitrov