Skip to content

Commit

Permalink
Release new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Milvus-doc-bot authored and Milvus-doc-bot committed Aug 2, 2023
1 parent eeac590 commit 7ab4ace
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions v2.2.x/site/en/reference/users_and_roles.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The following table lists the values you can choose when [enabling RBAC](rbac.md
| Collection | Alias | CreateAlias/DropAlias/AlterAlias |
| Collection | Import | BulkInsert/Import |
| Collection | LoadBalance | LoadBalance |
| Global | *(All) | All API operation permissions in this table |
| Global | All | All API operation permissions in this table |
| Global | CreateCollection | CreateCollection |
| Global | DropCollection | DropCollection |
| Global | DescribeCollection | DescribeCollection |
Expand All @@ -69,7 +69,8 @@ The following table lists the values you can choose when [enabling RBAC](rbac.md

<div class="alert note">
<li>Object and privilege names are case-sensitive.</li>
<li>To grant all privileges to a global object, use "*" for privilege name.</li>
<li>To grant all privileges to a kind of object, like Collection, Global, User, use "*" for privilege name. </li>
<li>The "*" privilege name for the Global object doesn't include the All privilege, because the All privilege includes all permissions, including any collection and user object.</li>
</div>

## What's next
Expand Down

0 comments on commit 7ab4ace

Please sign in to comment.