lyft / metadataproxy

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

allow check to sub network for IP match, update docs, add logging #38

Closed slikk66 closed 7 years ago

slikk66 commented 7 years ago

Fixes issue #37 with allowing the IP match to check against NetworkSettings:Network:"netname":IPAddress as well as NetworkSettings:IPAddress which is not always set.

Also adds logging via gunicorn and some documentation updates.

ryan-lane commented 7 years ago

This is great. Thanks for the contribution. I see you signed the CLA, so I'm going to merge this in.

ryan-lane commented 7 years ago

Released as 1.2.0. Should appear in pypi soon. I'm working out some issues with the push to dockerhub, but it should appear as 1.2.1 there soon, and ideally as latest as well.

ryan-lane commented 7 years ago

Hm. Need to do more work to fix the docker build. I opened an issue here: https://github.com/lyft/metadataproxy/issues/39