lyft / metadataproxy

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

Split the route logic for the IAM routes into another route module #46

Closed ryan-lane closed 3 years ago

ryan-lane commented 7 years ago

We duplicate all the iam routes between mock.py and proxy.py, which is a maintenance burden, since they're implemented identically. Let's refactor this into its own iam.py module.

dschaller commented 3 years ago

Thank you for you contribution to this repository.

Closing this contribution as this repository is being archived.