Skip to content

Commit

Permalink
docs: update rbac scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcklingen committed Dec 21, 2024
1 parent ca78e88 commit f116afc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pages/docs/rbac.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ export function RolePermissionTable({ roleScopes }) {
"llmApiKeys:read",
"llmApiKeys:create",
"llmApiKeys:delete",
"batchExport:create",
"batchExports:create",
"batchExports:read",
"comments:CUD",
"comments:read",
"annotationQueues:read",
Expand Down Expand Up @@ -164,7 +165,8 @@ export function RolePermissionTable({ roleScopes }) {
"llmApiKeys:read",
"llmApiKeys:create",
"llmApiKeys:delete",
"batchExport:create",
"batchExports:create",
"batchExports:read",
"comments:CUD",
"comments:read",
"annotationQueues:read",
Expand All @@ -191,7 +193,8 @@ export function RolePermissionTable({ roleScopes }) {
"evalJob:CUD",
"evalJobExecution:read",
"llmApiKeys:read",
"batchExport:create",
"batchExports:create",
"batchExports:read",
"comments:CUD",
"comments:read",
"annotationQueues:read",
Expand Down

0 comments on commit f116afc

Please sign in to comment.