File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
airbyte_cdk/sources/declarative Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1095,6 +1095,8 @@ definitions:
1095
1095
title : Secret Key
1096
1096
type : string
1097
1097
description : Secret used to sign the JSON web token.
1098
+ interpolation_context :
1099
+ - config
1098
1100
examples :
1099
1101
- " {{ config['secret_key'] }}"
1100
1102
base64_encode_secret_key :
@@ -1224,6 +1226,8 @@ definitions:
1224
1226
title : Client ID
1225
1227
description : The OAuth client ID. Fill it in the user inputs.
1226
1228
type : string
1229
+ interpolation_context :
1230
+ - config
1227
1231
examples :
1228
1232
- " {{ config['client_id }}"
1229
1233
- " {{ config['credentials']['client_id }}"
@@ -1238,6 +1242,8 @@ definitions:
1238
1242
title : Client Secret
1239
1243
description : The OAuth client secret. Fill it in the user inputs.
1240
1244
type : string
1245
+ interpolation_context :
1246
+ - config
1241
1247
examples :
1242
1248
- " {{ config['client_secret }}"
1243
1249
- " {{ config['credentials']['client_secret }}"
@@ -1252,6 +1258,8 @@ definitions:
1252
1258
title : Refresh Token
1253
1259
description : Credential artifact used to get a new access token.
1254
1260
type : string
1261
+ interpolation_context :
1262
+ - config
1255
1263
examples :
1256
1264
- " {{ config['refresh_token'] }}"
1257
1265
- " {{ config['credentials]['refresh_token'] }}"
@@ -1272,6 +1280,8 @@ definitions:
1272
1280
title : Access Token Value
1273
1281
description : The value of the access_token to bypass the token refreshing using `refresh_token`.
1274
1282
type : string
1283
+ interpolation_context :
1284
+ - config
1275
1285
examples :
1276
1286
- secret_access_token_value
1277
1287
expires_in_name :
You can’t perform that action at this time.
0 commit comments