From dc281076d8851453229628816dda9f4b5c847fec Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Wed, 22 Jul 2026 15:03:54 +0100 Subject: [PATCH] fix(gcp_cloud_storage): promote Credentials out of the Metadata section The gcp_cloud_storage input's description nested "=== Credentials" (GCP auth guidance) as a level-3 subsection under "== Metadata". It is not metadata. Tooling that extracts the Metadata section verbatim (the docs metadata partials) swept it into the generated metadata reference. Promote it to a sibling "== Credentials" section, matching how other components document credentials, so it no longer leaks into the metadata block. Regenerated docs page updated to match. --- docs/modules/components/pages/inputs/gcp_cloud_storage.adoc | 2 +- internal/impl/gcp/input_cloud_storage.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/components/pages/inputs/gcp_cloud_storage.adoc b/docs/modules/components/pages/inputs/gcp_cloud_storage.adoc index 982128dc09..436a02b905 100644 --- a/docs/modules/components/pages/inputs/gcp_cloud_storage.adoc +++ b/docs/modules/components/pages/inputs/gcp_cloud_storage.adoc @@ -83,7 +83,7 @@ This input adds the following metadata fields to each message: You can access these metadata fields using xref:configuration:interpolation.adoc#bloblang-queries[function interpolation]. -=== Credentials +== Credentials By default Redpanda Connect will use a shared credentials file when connecting to GCP services. You can find out more in xref:guides:cloud/gcp.adoc[]. diff --git a/internal/impl/gcp/input_cloud_storage.go b/internal/impl/gcp/input_cloud_storage.go index 1d6859c0e1..8c3aa2b2c6 100644 --- a/internal/impl/gcp/input_cloud_storage.go +++ b/internal/impl/gcp/input_cloud_storage.go @@ -88,7 +88,7 @@ This input adds the following metadata fields to each message: You can access these metadata fields using xref:configuration:interpolation.adoc#bloblang-queries[function interpolation]. -=== Credentials +== Credentials By default Redpanda Connect will use a shared credentials file when connecting to GCP services. You can find out more in xref:guides:cloud/gcp.adoc[].`). Fields(