-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgen.yaml
44 lines (44 loc) · 1.16 KB
/
gen.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
configVersion: 2.0.0
generation:
sdkClassName: konnect-beta
maintainOpenAPIOrder: true
usageSnippets:
optionalPropertyRendering: withExample
useClassNamesForArrayFields: true
fixes:
nameResolutionDec2023: true
nameResolutionFeb2025: false
parameterOrderingFeb2024: true
requestResponseComponentNamesFeb2024: true
securityFeb2025: false
auth:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
baseServerURL: ""
terraform:
version: 0.1.0
additionalDataSources: []
additionalDependencies: {}
additionalProviderAttributes:
httpHeaders: ""
additionalResources: []
allowUnknownFieldsInWeakUnions: false
author: kong
defaultErrorName: SDKError
enableTypeDeduplication: true
environmentVariables:
- env: KONNECT_TOKEN
providerAttribute: personal_access_token
- env: KONNECT_SPAT
providerAttribute: system_account_access_token
- env: KONNECT_SERVER_URL
providerAttribute: server_url
imports:
option: openapi
paths:
callbacks: callbacks
errors: sdkerrors
operations: operations
shared: shared
webhooks: webhooks
packageName: konnect-beta