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/security-embargo.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ In the absense of a strict deadline, vulnerabilities are made public once every
62
62
63
63
## What actions must users under embargo take?
64
64
65
-
Dedicated and Serverless Deployments running the latest release in any [Update Channel] are automatically upgraded to include embargoed security patches.
65
+
Dedicated Deployments running the latest release in any [Update Channel] are automatically upgraded to include embargoed security patches.
66
66
67
67
Deployments with versions pinned to an older release and self-hosted users under embargo are given notice, but are ultimately responsible for updating their own software.
- Enterprise features like Audit Logs, Restricted API Access
98
-
- Removal of Serverless limitations: no rate-limits or prefixes required
99
98
100
99
AuthZed Cloud is built on the same foundation that's serving critical production workloads in AuthZed Dedicated.
101
100
During Early Access, the self-service control-plane functionality is considered experimental, but SpiceDB continues to operate with its existing level of reliability and performance.
102
101
103
-
### Serverless
104
-
105
-
[Serverless] is the Authzed product for self-service, shared-hardware SpiceDB clusters for evaluation purposes.
106
-
107
-
- This is a fully managed service run by the experts at Authzed.
108
-
- Clusters are autonomously configured and scaled without any configuration necessary.
109
-
- Provision and manage permission systems and view real time metrics all from one place: our dashboard.
110
-
111
-
<Callouttype="warning">
112
-
**Warning:**
113
-
Serverless is not an accurate representation of Dedicated/Cloud performance.
114
-
115
-
Serverless lacks [Workload Isolation] and hardware configurations customized for your usage patterns.
We understand that AuthZed's product suite will not satisfy all use cases and, for that reason, we've built and continue to invest in an open-source community around SpiceDB.
Copy file name to clipboardexpand all lines: pages/spicedb/getting-started/discovering-spicedb.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,7 @@ Even if you aren't interested in paid products, you can still schedule a call or
169
169
170
170
<Cards>
171
171
<Cardarrow={true}icon={<FontAwesomeIconicon={faDocker} />}title="Deploy the Operator on Kubernetes"href="/spicedb/ops/deploying-spicedb-operator" />
172
-
<Cardarrow={true}icon={<FontAwesomeIconicon={faAws} />}title="Deploy a SpiceDB cluster on Amazon EKS"href="/spicedb/ops/deploying-spicedb-on-eks" />
172
+
<Cardarrow={true}icon={<FontAwesomeIconicon={faAws} />}title="Install a SpiceDB cluster on Amazon EKS"href="/spicedb/getting-started/install/eks" />
173
173
<Cardarrow={true}icon={<FontAwesomeIconicon={faPhone} />}title="Schedule a call with AuthZed"href="https://authzed.com/call?utm_source=docs_discovering_spicedb" />
Copy file name to clipboardexpand all lines: pages/spicedb/ops/load-testing.mdx
+3-3
Original file line number
Diff line number
Diff line change
@@ -339,7 +339,7 @@ SpiceDB metrics can help you:
339
339
2. give you information on request latency
340
340
3. help you fine tune your load test
341
341
342
-
The easiest way to consume and view metrics is via the SpiceDB Dedicated Management Console.
342
+
The easiest way to consume and view metrics is via the AuthZed Dedicated Management Console.
343
343
There the metrics are preconfigured for you.
344
344
If you’re self hosting SpiceDB (not recommended for a load test) you can export metrics via the SpiceDB Prometheus endpoint.
345
345
@@ -363,9 +363,9 @@ Here's a few examples of how we can help:
363
363
- Review your schema to make sure it’s fully optimized
364
364
- Review or help you create scripts to seed your relationship data
365
365
- Review or help you create scripts to generate CheckPermission and Lookup traffic
366
-
- Provide you a trial of SpiceDB Dedicated, our private SaaS offering
366
+
- Provide you a trial of AuthZed Dedicated, our private SaaS offering
367
367
- During the trial, we can help you make adjustments and optimizations
368
-
- If you decide to move forward with SpiceDB Dedicated after the trial, you can keep using your trial cluster that we fine-tuned and right sized with you during the trial
368
+
- If you decide to move forward with AuthZed Dedicated after the trial, you can keep using your trial cluster that we fine-tuned and right sized with you during the trial
369
369
- If you decide to self host SpiceDB Enterprise after the trial, we’ll provide you a write up of all of the optimizations we made during the trial and the amount of hardware we used so you can deploy a SpiceDB cluster that has been optimized for your workload into your environment
370
370
371
371
If you’d like to schedule some time for a consultation from the Authzed team, please do so [here][call].
Copy file name to clipboardexpand all lines: pages/spicedb/ops/secure-rag-pipelines.mdx
-1
Original file line number
Diff line number
Diff line change
@@ -74,4 +74,3 @@ If you want to replace the OpenAI LLM with the DeepSeek (or any other) LLM, [che
74
74
It follows similar steps as the above guide, but uses the DeepSeek LLM via [OpenRouter](https://openrouter.ai/)
75
75
76
76
To run through this workshop on a cloud notebook, [here's a branch](https://github.com/authzed/workshops/tree/google-colab) that uses Google Colab.
77
-
Note that this guide requires an instance of SpiceDB running on [AuthZed Serverless](https://app.authzed.com/) for which you can create a free account.
0 commit comments