Skip to content

Commit

Permalink
LinkErrorFixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Newman authored and Joseph Newman committed Feb 9, 2024
1 parent 48bb362 commit d0232e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/user-access/pages/roles-and-privileges.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ TigerGraph uses Role-based Access Control (RBAC) to manage authorization. On eve

Privilege is permission to perform an action in a given scope. When a privilege is assigned to a role, it allows users with the role to perform the specified action in the specified scope. For example, the privilege `READ_SCHEMA` on graph `social` gives a user read permission to the schema of the graph `social`. This allows the user to run commands such as `ls` and `SHOW VERTEX` on the graph.

To view a complete list of privileges available in TigerGraph and the commands they enable a user to run, see xref:reference:list-of-privileges.adoc[List of Privileges].
To view a complete list of privileges available in TigerGraph and the commands they enable a user to run, xref:tigergraph-server:reference:list-of-privileges.adoc[].

=== Global vs local privileges

Expand All @@ -18,7 +18,7 @@ Local roles can only be granted local privileges, while global roles can be gran

*Global-only privileges*

Some privileges can only be global by nature. For example, since users are global objects, any user-related privileges are global only. To see which privileges are global-only, see xref:reference:list-of-privileges.adoc[List of Privileges].
Some privileges can only be global by nature. For example, since users are global objects, any user-related privileges are global only. To see which privileges are global-only, see xref:tigergraph-server:reference:list-of-privileges.adoc[].

== Roles

Expand Down

0 comments on commit d0232e7

Please sign in to comment.