mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-26 14:38:30 +02:00
Apply suggestions from code review
Co-authored-by: William Godfrey <will@catalyst-tech.io>
This commit is contained in:
co-authored by
William Godfrey
parent
4daec3ea55
commit
43d68fa485
@@ -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.
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user