lyft / metadataproxy

A proxy for AWS's metadata service that gives out scoped IAM credentials from STS
Other
456 stars 69 forks source link

Upgrade gunicorn for Lyft's MDP #86

Closed vivianho closed 5 years ago

vivianho commented 5 years ago

Using the lyft/gunicorn:fdbc8191800c582fbf63a208d84842148d1bde6c image means that gunicorn is stuck on v19.4.5. We need it to be at least 19.8 to enable the reload_extra_files = ['/root/.aws/credentials'] flag (required because this file will change frequently with ephemeral role credentials).

Changes: