You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: airbyte_cdk/sources/declarative/declarative_component_schema.yaml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1270,6 +1270,16 @@ definitions:
1270
1270
title: Additional JWT Payload Properties
1271
1271
description: Additional properties to be added to the JWT payload.
1272
1272
additionalProperties: true
1273
+
passphrase:
1274
+
title: Passphrase
1275
+
description: A passphrase/password used to encrypt the private key. Only provide a passphrase if required by the API for JWT authentication. The API will typically provide the passphrase when generating the public/private key pair.
1276
+
type: string
1277
+
examples:
1278
+
- "{{ config['passphrase'] }}"
1279
+
request_option:
1280
+
title: Request Option
1281
+
description: A request option describing where the signed JWT token that is generated should be injected into the outbound API request.
0 commit comments