Skip to content

Commit 13e2fac

Browse files
author
hzoppetti
committed
updated nb config to include proxyprotocol
1 parent c24ba43 commit 13e2fac

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

openapi.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9437,6 +9437,7 @@ paths:
94379437
"check_path": "/test",
94389438
"check_body": "it works",
94399439
"check_passive": true,
9440+
"proxy_protocol": "v1",
94409441
"cipher_suite": "recommended"
94419442
}' \
94429443
https://api.linode.com/v4/nodebalancers/12345/configs
@@ -9454,6 +9455,7 @@ paths:
94549455
--check_path "/test" \
94559456
--check_body "it works" \
94569457
--check_passive true \
9458+
--proxy_protocol "v1" \
94579459
--cipher_suite recommended
94589460
/nodebalancers/{nodeBalancerId}/configs/{configId}:
94599461
parameters:
@@ -9548,6 +9550,7 @@ paths:
95489550
"check_path": "/test",
95499551
"check_body": "it works",
95509552
"check_passive": true,
9553+
"proxy_protocol": "v1",
95519554
"cipher_suite": "recommended"
95529555
}' \
95539556
https://api.linode.com/v4/nodebalancers/12345/configs/4567
@@ -9566,6 +9569,7 @@ paths:
95669569
--check_path "/test" \
95679570
--check_body "it works" \
95689571
--check_passive true \
9572+
--proxy_protocol "v1" \
95699573
--cipher_suite recommended
95709574
delete:
95719575
x-linode-grant: read_write
@@ -9697,6 +9701,7 @@ paths:
96979701
"check_path": "/test",
96989702
"check_body": "it works",
96999703
"check_passive": true,
9704+
"proxy_protocol": "v1",
97009705
"cipher_suite": "recommended",
97019706
"nodes": [
97029707
{
@@ -9730,6 +9735,7 @@ paths:
97309735
--check_path "/test" \
97319736
--check_body "it works" \
97329737
--check_passive true \
9738+
--proxy_protocol "v1" \
97339739
--cipher_suite recommended
97349740
/nodebalancers/{nodeBalancerId}/configs/{configId}/nodes:
97359741
parameters:
@@ -17139,6 +17145,13 @@ components:
1713917145
enough for it to be considered unhealthy and taken out of rotation.
1714017146
example: true
1714117147
x-linode-cli-display: 6
17148+
proxy_protocol:
17149+
type: string
17150+
enum:
17151+
- v1
17152+
- v2
17153+
nullable: true
17154+
example: v1
1714217155
cipher_suite:
1714317156
type: string
1714417157
enum:

0 commit comments

Comments
 (0)