Access Control
Learn more about how Zilliz Cloud implements RBAC for more efficient access control and how to manage cluster users and roles, privileges.
Access Control Explained [READ MORE]
Zilliz Cloud implements Role-Based Access Control (RBAC) to finely control access to resources in Zilliz Cloud. RBAC (Role-Based Access Control) is a security measure that grants privileges to roles rather than directly to users. These roles, which contains specific privileges to resources, are then granted to users, enabling efficient management of user access control.
Manage Cluster Users (Console) [READ MORE]
In Zilliz Cloud, you can create cluster users and assign them cluster roles to define the privileges, achieving data security.
Manage Cluster User (SDK) [READ MORE]
In Zilliz Cloud, you can create cluster users and assign them cluster roles to define the privileges, achieving data security.
Manage Cluster Roles (Console) [READ MORE]
A cluster role defines the privileges that a user has within the cluster. More specifically, the cluster role controls a cluster user's privileges on the cluster, database, and collection level.
Manage Cluster Roles (SDK) [READ MORE]
A cluster role defines the privileges that a user has within the cluster. More specifically, the cluster role controls a cluster user's privileges on the cluster, database, and collection level.
Privileges [READ MORE]
A privilege refers to the permission of specific operations on certain Zilliz Cloud resources such as clusters, databases, and collections. Privileges are assigned to roles, which are then granted to users, defining the operations users can perform on the resources. An example of a privilege could be the permission to insert data into a collection named `collection01`.