mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-27 11:02:16 +01:00
## About the changes This is a rough initial version as a PoC for a permission matrix. This is only available after enabling the flag `userAccessUIEnabled` that is set to true by default in local development. The access was added to the users' admin page but could be embedded in different contexts (e.g. when assigning a role to a user):  This is how the matrix looks like  --------- Co-authored-by: Nuno Góis <github@nunogois.com> |
||
|---|---|---|
| .. | ||
| apiToken | ||
| auth | ||
| banners | ||
| billing | ||
| cors | ||
| groups | ||
| instance-admin | ||
| instance-privacy | ||
| invoice | ||
| license | ||
| maintenance | ||
| menu | ||
| network | ||
| roles | ||
| serviceAccounts | ||
| users | ||
| Admin.tsx | ||
| AdminIndex.tsx | ||
| AdminRedirect.tsx | ||
| adminRoutes.ts | ||
| filterAdminRoutes.test.ts | ||
| filterAdminRoutes.ts | ||
| LazyAdmin.tsx | ||
| LazyAdminExport.tsx | ||
| useAdminRoutes.ts | ||