Skip to content

Commit

Permalink
Provide setting to not enforce Imdsv2
Browse files Browse the repository at this point in the history
Signed-off-by: Tanner Lewis <[email protected]>
  • Loading branch information
lewijacn committed Oct 30, 2024
1 parent 32126b9 commit e0b241d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vars/fullES68SourceE2ETest.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ def call(Map config = [:]) {
"dataNodeCount": 1,
"managerNodeCount": 0,
"serverAccessType": "ipv4",
"restrictServerAccessTo": "0.0.0.0/0"
"restrictServerAccessTo": "0.0.0.0/0",
"requireImdsv2": false
}
}
"""
Expand Down

0 comments on commit e0b241d

Please sign in to comment.