Skip to content

Commit 342632e

Browse files
committed
Add warning about double quotes in BigQuery credentials_json field
1 parent 929c43a commit 342632e

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

docs-data/connect-diff-4.77.0_to_4.78.0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"comparison": {
33
"oldVersion": "4.77.0",
44
"newVersion": "4.78.0",
5-
"timestamp": "2026-01-23T16:09:26.710Z"
5+
"timestamp": "2026-01-24T12:07:33.432Z"
66
},
77
"summary": {
88
"newComponents": 0,

docs-data/overrides.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3647,7 +3647,7 @@
36473647
},
36483648
{
36493649
"name": "credentials_json",
3650-
"description": "Sets the https://developers.google.com/workspace/guides/create-credentials#create_credentials_for_a_service_account[Google Service Account Credentials JSON^] (optional).\n\nWARNING: When using xref:configuration:interpolation.adoc#bloblang-queries[interpolation functions] to populate this field, do not wrap the function in double quotes. For example, use `${secrets.GCP_CREDENTIALS_JSON}` instead of `\"${secrets.GCP_CREDENTIALS_JSON}\"`. Double quotes cause JSON parsing errors because the credentials already contain JSON content."
3650+
"description": "Sets the https://developers.google.com/workspace/guides/create-credentials#create_credentials_for_a_service_account[Google Service Account Credentials JSON^] (optional).\n\nWARNING: When using xref:configuration:interpolation.adoc#bloblang-queries[interpolation functions] to populate this field, wrap the function in single quotes, not double quotes. For example, use `'${secrets.GCP_CREDENTIALS_JSON}'` instead of `\"${secrets.GCP_CREDENTIALS_JSON}\"`. Double quotes cause JSON parsing errors because the credentials already contain JSON content."
36513651
},
36523652
{
36533653
"name": "csv",

modules/components/attachments/connect-4.78.0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28914,7 +28914,7 @@
2891428914
"name": "credentials_json",
2891528915
"type": "string",
2891628916
"kind": "scalar",
28917-
"description": "Sets the https://developers.google.com/workspace/guides/create-credentials#create_credentials_for_a_service_account[Google Service Account Credentials JSON^] (optional).\n\nWARNING: When using xref:configuration:interpolation.adoc#bloblang-queries[interpolation functions] to populate this field, do not wrap the function in double quotes. For example, use `${secrets.GCP_CREDENTIALS_JSON}` instead of `\"${secrets.GCP_CREDENTIALS_JSON}\"`. Double quotes cause JSON parsing errors because the credentials already contain JSON content.",
28917+
"description": "Sets the https://developers.google.com/workspace/guides/create-credentials#create_credentials_for_a_service_account[Google Service Account Credentials JSON^] (optional).\n\nWARNING: When using xref:configuration:interpolation.adoc#bloblang-queries[interpolation functions] to populate this field, wrap the function in single quotes, not double quotes. For example, use `'${secrets.GCP_CREDENTIALS_JSON}'` instead of `\"${secrets.GCP_CREDENTIALS_JSON}\"`. Double quotes cause JSON parsing errors because the credentials already contain JSON content.",
2891828918
"is_secret": true,
2891928919
"default": "",
2892028920
"scrubber": "root = if this != null && this != \"\" && !this.trim().re_match(\"\"\"^\\${[0-9A-Za-z_.]+(:((\\${[^}]+})|[^}])*)?}$\"\"\") {\n \"!!!SECRET_SCRUBBED!!!\"\n} else if this == null { \"\" }"

modules/components/partials/fields/outputs/gcp_bigquery.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Specifies the circumstances under which a destination table is created.
140140

141141
Sets the https://developers.google.com/workspace/guides/create-credentials#create_credentials_for_a_service_account[Google Service Account Credentials JSON^] (optional).
142142

143-
WARNING: When using xref:configuration:interpolation.adoc#bloblang-queries[interpolation functions] to populate this field, do not wrap the function in double quotes. For example, use `${secrets.GCP_CREDENTIALS_JSON}` instead of `"${secrets.GCP_CREDENTIALS_JSON}"`. Double quotes cause JSON parsing errors because the credentials already contain JSON content.
143+
WARNING: When using xref:configuration:interpolation.adoc#bloblang-queries[interpolation functions] to populate this field, wrap the function in single quotes, not double quotes. For example, use `'${secrets.GCP_CREDENTIALS_JSON}'` instead of `"${secrets.GCP_CREDENTIALS_JSON}"`. Double quotes cause JSON parsing errors because the credentials already contain JSON content.
144144

145145
include::redpanda-connect:components:partial$secret_warning.adoc[]
146146

modules/get-started/pages/whats-new.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ For a full list of product updates, and details of updates prior to version 4.29
88

99

1010

11+
1112
== Version 4.78.0
1213

1314
link:https://github.com/redpanda-data/connect/releases/tag/v4.78.0[See the full release notes^].

0 commit comments

Comments
 (0)