Skip to content

Commit a458c11

Browse files
Bigquery credentials warning (#366)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7788da7 commit a458c11

File tree

9 files changed

+21
-541
lines changed

9 files changed

+21
-541
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ docs
88
docs-data/connect-info-*.csv
99
docs-data/._*-clean.json
1010
docs-data/._*-augmented.json.tmp
11-
docs-data/*-augmented.json.tmp
11+
docs-data/*-augmented.json.tmp
12+
full_output.txt
13+
pr_summary.txt

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-22T17:55:39.803Z"
5+
"timestamp": "2026-01-24T12:15:53.525Z"
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)."
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",

full_output.txt

Lines changed: 0 additions & 322 deletions
This file was deleted.

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).",
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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,9 @@ Specifies the circumstances under which a destination table is created.
138138

139139
=== `credentials_json`
140140

141-
Sets the https://developers.google.com/workspace/guides/create-credentials#create_credentials_for_a_service_account[Google Service Account Credentials JSON^] (optional).
141+
Sets the https://developers.google.com/workspace/guides/create-credentials#create_credentials_for_a_service_account[Google Service Account Credentials JSON^] (optional).
142+
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.
142144

143145
include::redpanda-connect:components:partial$secret_warning.adoc[]
144146

0 commit comments

Comments
 (0)