Skip to content
Open
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
8 changes: 4 additions & 4 deletions app/authzed/concepts/audit-logging/page.mdx
Original file line number Diff line number Diff line change
@@ -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";
Expand Down Expand Up @@ -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

Expand Down
Loading