1.1 KiB
1.1 KiB
Permissions Fix - Admin User
Issue
The admin user was getting 403 Forbidden errors when accessing API endpoints because the admin role didn't have any permissions assigned.
Solution
All 18 permissions have been assigned to the admin role:
audit:readiam:manage,iam:read,iam:writeiscsi:manage,iscsi:read,iscsi:writemonitoring:read,monitoring:writestorage:manage,storage:read,storage:writesystem:manage,system:read,system:writetape:manage,tape:read,tape:write
Action Required
You need to log out and log back in to refresh your authentication token with the updated permissions.
- Click "Logout" in the sidebar
- Log back in with:
- Username:
admin - Password:
admin123
- Username:
- The dashboard should now load all data correctly
Verification
After logging back in, you should see:
- ✅ Metrics loading (CPU, RAM, Storage, etc.)
- ✅ Alerts loading
- ✅ Storage repositories loading
- ✅ No more 403 errors in the console
Status
✅ FIXED - All permissions assigned to admin role