Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ include::get-started:partial$no-access.adoc[]

include::get-started:partial$custom-tags-gcp.adoc[]

include::security:partial$byoc-gcp-credential-rotation.adoc[]

== Next steps

xref:networking:byoc/gcp/index.adoc[Configure private networking]
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
:page-aliases: deploy:deployment-option/cloud/security/authorization/cloud-iam-policies-gcp.adoc
:env-gcp: true

include::security:partial$iam-policies.adoc[]
include::security:partial$iam-policies.adoc[]

include::security:partial$byoc-gcp-credential-rotation.adoc[]
8 changes: 8 additions & 0 deletions modules/security/partials/byoc-gcp-credential-rotation.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
== Service account credential rotation

To rotate service account credentials for your BYOC cluster, contact https://support.redpanda.com/hc/en-us/requests/new[Redpanda Support^] with your cluster ID, the service accounts that require rotation, and your target timeline.

[WARNING]
====
GCP service account credential rotation for BYOC clusters is not self-service. Rotating these credentials without coordinating with Redpanda can disrupt agent connectivity, monitoring, and Tiered Storage uploads, and can leave the cluster stuck and unable to complete future operations.
====
Loading