AWS IMDSv2 with HttpPutResponseHopLimit
V
Varied Ox
We need to be able to query AWS EC2 metadata API with IMDSv2 from the docker container on that EC2 node.
Currently, we're facing a network timeout error because of http-put-response-hop-limit=1, and in our case, it should be 2.
Please take a look at this PR https://github.com/drone-runners/drone-runner-aws/pull/473
Great thanks in advance.
Log In