Skip to content

Commit

Permalink
update rbac.json
Browse files Browse the repository at this point in the history
  • Loading branch information
afourmy committed Sep 3, 2023
1 parent 7048763 commit 31226fb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions setup/rbac.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,20 @@
}
}
},
"Administration": {
"icon": "users",
"rbac": "access",
"pages": {
"Groups": {
"endpoint": "/group_table",
"rbac": "admin"
},
"Credentials": {
"endpoint": "/credential_table",
"rbac": "admin"
}
}
},
"Inventory": {
"icon": "database",
"rbac": "access",
Expand Down

0 comments on commit 31226fb

Please sign in to comment.