From fa6ba6f2a497f25b23209f900c807e9d2a20f719 Mon Sep 17 00:00:00 2001 From: julianleonard123 Date: Wed, 12 Feb 2025 16:21:56 +0100 Subject: [PATCH 1/3] add video showing how to apply restricted api access configuration. --- pages/authzed/concepts/restricted-api-access.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pages/authzed/concepts/restricted-api-access.mdx b/pages/authzed/concepts/restricted-api-access.mdx index e75d39ad..2349a00d 100644 --- a/pages/authzed/concepts/restricted-api-access.mdx +++ b/pages/authzed/concepts/restricted-api-access.mdx @@ -1,5 +1,6 @@ import { Callout, Tabs } from 'nextra/components' import { Bleed } from 'nextra-theme-docs' +import YouTube from 'react-youtube' # Restricted API Access @@ -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. +
+ ## 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: From a255682c44f55b52a58b04422972b47257990854 Mon Sep 17 00:00:00 2001 From: julianleonard123 Date: Wed, 12 Feb 2025 16:39:16 +0100 Subject: [PATCH 2/3] remove unnecessary
tag --- pages/authzed/concepts/restricted-api-access.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/authzed/concepts/restricted-api-access.mdx b/pages/authzed/concepts/restricted-api-access.mdx index 2349a00d..d1204b71 100644 --- a/pages/authzed/concepts/restricted-api-access.mdx +++ b/pages/authzed/concepts/restricted-api-access.mdx @@ -199,7 +199,7 @@ policy: ### Apply Static Configuration This video shows how to apply the Static configuration for Restricted API access when running an Enterprise build of SpiceDB. -
+ ## Enabling without downtime From fdba9a7e37e654eb664ae55865d1492e5a9ad2be Mon Sep 17 00:00:00 2001 From: julianleonard123 Date: Wed, 12 Feb 2025 16:42:03 +0100 Subject: [PATCH 3/3] add youtube container for better formatting. --- pages/authzed/concepts/restricted-api-access.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/authzed/concepts/restricted-api-access.mdx b/pages/authzed/concepts/restricted-api-access.mdx index d1204b71..2cef8e92 100644 --- a/pages/authzed/concepts/restricted-api-access.mdx +++ b/pages/authzed/concepts/restricted-api-access.mdx @@ -199,7 +199,7 @@ policy: ### Apply Static Configuration This video shows how to apply the Static configuration for Restricted API access when running an Enterprise build of SpiceDB. - +
## Enabling without downtime