Files
calypso/PERMISSIONS-FIX.md
2025-12-25 09:01:49 +00:00

38 lines
1.1 KiB
Markdown

# 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:read`
- `iam:manage`, `iam:read`, `iam:write`
- `iscsi:manage`, `iscsi:read`, `iscsi:write`
- `monitoring:read`, `monitoring:write`
- `storage:manage`, `storage:read`, `storage:write`
- `system:manage`, `system:read`, `system:write`
- `tape: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.
1. Click "Logout" in the sidebar
2. Log back in with:
- Username: `admin`
- Password: `admin123`
3. 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