Skip to content

fix(gcp_cloud_storage): promote Credentials out of the Metadata section#4620

Merged
josephwoodward merged 1 commit into
mainfrom
fix/gcp-credentials-heading-level
Jul 23, 2026
Merged

fix(gcp_cloud_storage): promote Credentials out of the Metadata section#4620
josephwoodward merged 1 commit into
mainfrom
fix/gcp-credentials-heading-level

Conversation

@JakeSCahill

Copy link
Copy Markdown
Contributor

Problem

The gcp_cloud_storage input's Description() nests === Credentials (GCP auth guidance) as a level-3 subsection under == Metadata. It isn't metadata.

The Redpanda Connect docs tooling extracts the == Metadata section verbatim into a regenerated metadata reference partial, and because a level-3 heading doesn't terminate the section, the Credentials note is swept into the generated metadata docs. See the analysis in redpanda-data/rp-connect-docs#459.

Fix

Promote === Credentials to a sibling == Credentials section — matching how other components document credentials — so it terminates the Metadata block and no longer leaks into the metadata partial. Regenerated docs/ page updated to match (heading level only).

Related

The other offender (csv input's === Output CSV column order) lives in redpanda-data/benthos and is fixed in redpanda-data/benthos#462. A legitimate use of === under Metadata (grouping metadata fields by operation, e.g. the nats_kv processor) is intentionally left as-is.

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.
@josephwoodward
josephwoodward merged commit 7e1b12c into main Jul 23, 2026
10 checks passed
@josephwoodward
josephwoodward deleted the fix/gcp-credentials-heading-level branch July 23, 2026 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants