Apply suggestions from code review

Co-authored-by: William Godfrey <will@catalyst-tech.io>
This commit is contained in:
Sebastiaan van Steenis
2025-08-12 09:26:41 +02:00
committed by GitHub
co-authored by William Godfrey
parent 4daec3ea55
commit 43d68fa485
2 changed files with 3 additions and 3 deletions
@@ -57,8 +57,8 @@ Permissions for API Keys, backups, clusters, and backup schedules.
### **Cluster Data**
| Permission | Description |
|------------|------------|
| `read:cluster_data` | View cluster data, used for Cluster UI button. (maps to read-only JWT access) |
| `write:cluster_data` | View and Modify cluster data, used for Cluster UI button.(maps to manage JWT access) |
| `read:cluster_data` | View cluster data, used for the Cluster UI button on Cluster Details. [Maps to global `read-only` JWT access for the cluster.](/documentation/guides/security/) |
| `write:cluster_data` | View and modify cluster data, used for the Cluster UI button on Cluster Details. [Maps to global `read-write` JWT access for the cluster.](/documentation/guides/security/) |
### **Backup Schedules**
| Permission | Description |
@@ -9,7 +9,7 @@ Once you [created](/documentation/cloud/create-cluster/) a cluster, and set up a
## Cluster UI
There is the convenient link on the cluster detail page in the Qdrant Cloud Console to access the [Cluster UI](/documentation/web-ui/). You will be automatically authenticated if you have the `read:cluster_data` or `write:cluster_data` permission. If you don't have either of these permissions, you will be prompted with a pop-up to enter an API key to access the cluster.
You can access your [Cluster UI](/documentation/web-ui/) via the Cluster Details page in the Qdrant Cloud Console. Authentication to a cluster is automatic if your cloud user has the [`read:cluster_data` or `write:cluster_data` permission](/documentation/cloud-rbac/permission-reference/). Without the correct permissions you will be prompted to enter an [API Key](/documentation/cloud/authentication/) to access the cluster.
![Cluster Cluster UI](/documentation/cloud/cloud-db-dashboard.png)