Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add restricted api video #313

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
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
6 changes: 6 additions & 0 deletions pages/authzed/concepts/restricted-api-access.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Callout, Tabs } from 'nextra/components'
import { Bleed } from 'nextra-theme-docs'
import YouTube from 'react-youtube'

# Restricted API Access

Expand Down Expand Up @@ -195,6 +196,11 @@ policy:
- "admin"
```

### Apply Static Configuration

This video shows how to apply the Static configuration for Restricted API access when running an Enterprise build of SpiceDB.
<br /><YouTube videoId="IQE1VGzvVpI" className="youtubeContainer"/>

## Enabling without downtime

If you want to apply a static configuration to an existing SpiceDB cluster without downtime, you must conduct an upgrade process with the following steps:
Expand Down