You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/authzed/concepts/restricted-api-access.mdx
+35-6Lines changed: 35 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -237,14 +237,43 @@ policy:
237
237
238
238
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:
239
239
240
-
1. Create pre-shared keys that follow the token format for each client of your SpiceDB instance.
241
-
You should add those to your SpiceDB instance configuration.
242
-
You can do this by defining multiple PSKs via the ENV or flags as comma separated values.
243
-
2. Update all your clients to use those new PSKs.
244
-
3. Prepare the FGAM configuration YAML.
240
+
1. Create pre-shared keys that follow the Restricted Access Token format for each client of your SpiceDB instance.
241
+
Using some Bash:
242
+
243
+
```sh
244
+
# Generate your secret (substitute your preferred method for generating a cryptographically-secure random string here)
0 commit comments