From 50b12e2c96e1b439d282f984b834e5001d30c109 Mon Sep 17 00:00:00 2001 From: Kyle Brown Date: Mon, 21 Sep 2026 12:34:03 -0700 Subject: [PATCH] docs: correct audit log sink references to GCS Signed-off-by: Kyle Brown --- app/authzed/concepts/audit-logging/page.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/authzed/concepts/audit-logging/page.mdx b/app/authzed/concepts/audit-logging/page.mdx index c37a9301..a9d9922f 100644 --- a/app/authzed/concepts/audit-logging/page.mdx +++ b/app/authzed/concepts/audit-logging/page.mdx @@ -1,6 +1,6 @@ --- title: "Audit Logging" -description: "AuthZed functionality that publishes detailed logs of SpiceDB API operations to log sinks like AWS Kinesis, GCP Pub/Sub, etc." +description: "AuthZed functionality that publishes detailed logs of SpiceDB API operations to log sinks like AWS Kinesis, Google Cloud Storage (GCS), etc." --- import { Callout, Tabs } from "nextra/components"; @@ -163,12 +163,12 @@ This is an example trust policy that allows the AuthZed account to assume the ro } ``` -### GCP Pub/Sub +### Google Cloud Storage (GCS) -As a prerequisite to use [Pub/Sub] as a log sink, the **Storage Object Admin** role of the target GCP account +As a prerequisite to use [Google Cloud Storage (GCS)] as a log sink, the **Storage Object Admin** role of the target GCP account must be granted to the service account being used by SpiceDB Enterprise. -[Pub/Sub]: https://docs.cloud.google.com/pubsub/docs/overview +[Google Cloud Storage (GCS)]: https://docs.cloud.google.com/storage/docs/introduction #### Dedicated