Skip to content

Commit 22b4346

Browse files
authored
feat(sdk): automated oas update (#3770)
Co-authored-by: kong[bot] <123129154+kong[bot]@users.noreply.github.com>
1 parent 4b8ac3a commit 22b4346

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

api-specs/konnect/event-gateway/v1/openapi.yaml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ info:
2020
contact:
2121
name: Kong
2222
url: 'https://cloud.konghq.com'
23-
x-oas-source: kong/platform-api@0213ffbc9d4858634a08845d1407b2a9d7acc625
24-
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/0213ffbc9d4858634a08845d1407b2a9d7acc625'
23+
x-oas-source: kong/platform-api@a2342e1833b637311b792ce2657de55561111ec3
24+
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/a2342e1833b637311b792ce2657de55561111ec3'
2525
servers:
2626
- url: 'https://us.api.konghq.com/v1'
2727
description: United-States Production region
@@ -3048,6 +3048,23 @@ components:
30483048
type: integer
30493049
maximum: 65535
30503050
minimum: 1
3051+
broker_host_format:
3052+
description: |
3053+
Configures DNS names assigned to brokers in virtual clusters.
3054+
3055+
- `per_cluster_suffix` is the default and allocates one level in the hierarchy for virtual clusters: `broker-{node_id}.{virtual_cluster}.{sni_suffix}`
3056+
- `shared_suffix` puts all brokers from every virtual clusters into the same level: `broker-{node_id}-{virtual_cluster}.{sni_suffix}`. This makes it easier to manage certificates for this listener.
3057+
type: object
3058+
properties:
3059+
type:
3060+
type: string
3061+
default: per_cluster_suffix
3062+
enum:
3063+
- per_cluster_suffix
3064+
- shared_suffix
3065+
required:
3066+
- type
3067+
x-min-runtime-version: '1.1'
30513068
additionalProperties: false
30523069
required:
30533070
- type

0 commit comments

Comments
 (0)