Skip to content

Commit bfe615f

Browse files
authored
Merge pull request #858 from buildkite/keithduncan/hop-hop
Increase the HttpPutResponseHopLimit from 1 to 2
2 parents 5f2197a + 6db2f70 commit bfe615f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/aws-stack.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -851,6 +851,8 @@ Resources:
851851
InstanceType: !Select [ "0", !Split [ ",", !Join [ ",", [ !Ref InstanceType, "", "", "" ] ] ] ]
852852
MetadataOptions:
853853
HttpTokens: !Ref IMDSv2Tokens
854+
# Allow containers using a Docker network on the host to receive IDMSv2 responses
855+
HttpPutResponseHopLimit: 2
854856
ImageId: !If
855857
- HasImageId
856858
- !Ref ImageId

0 commit comments

Comments
 (0)