This repository has been archived by the owner on Sep 30, 2020. It is now read-only.
Releases: farrellit/ec2metadata-role-assumption
Releases · farrellit/ec2metadata-role-assumption
1.0
"Redirect" version
this is the version that redirects 169.254.169.254:80 -> 127.0.0.1:8009 so that docker doesn't have to be run as root privileges. But the redirect creates complexity across operating systems and both creating the 169.254.169.254 address and the setup of the redirect itself, so it doesn't really achieve the goal of keeping things in userspace.
Starting with 1.0, the docker container listens directly on 169.254.169.254:80 and the setup.sh script automatically starts it in daemon mode.