Skip to content

Commit

Permalink
Move terminateTLS flag to ApplicationRuleCondition (#9539)
Browse files Browse the repository at this point in the history
  • Loading branch information
odedlaz authored May 25, 2020
1 parent 212f942 commit d02659d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -928,6 +928,10 @@
"items": {
"type": "string"
}
},
"terminateTLS": {
"type": "boolean",
"description": "Terminate TLS connections for this rule."
}
},
"description": "Rule condition of type application."
Expand Down Expand Up @@ -975,10 +979,6 @@
"items": {
"type": "string"
}
},
"terminateTLS": {
"type": "boolean",
"description": "Terminate TLS connections for this rule."
}
}
},
Expand Down

0 comments on commit d02659d

Please sign in to comment.