Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Releases: farrellit/ec2metadata-role-assumption

1.0

29 Mar 16:05
f359b84
Compare
Choose a tag to compare
Merge pull request #26 from farrellit/better-setup

Better setup

"Redirect" version

29 Mar 16:08
Compare
Choose a tag to compare

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.