KEMP002 - Kemp LoadMaster Authorization Failed
Agent error code #KEMP002 indicates that the credentials authenticated successfully but the user lacks the permissions required to read or modify the global ACL. The API returned HTTP 403 Forbidden.
Common causes include:
- The user account does not have All Permissions
- The user is scoped to a subset of permissions that excludes system configuration and ACL management
Steps to Resolve
Grant the Required Permissions
- In the LoadMaster WUI, go to System Administration > User Management
- Open the service user used by Knocknoc
- Grant All Permissions so the user can read and modify the global ACL
- Save and retry the operation from Knocknoc
Verify the Permission Manually
- From a host that can reach the LoadMaster, run:
curl -sk -u '<username>:<password>' 'https://<loadmaster-host>/access/aclcontrol?list=white&apiformat=json' - A 403 response confirms the permission gap is on the LoadMaster side, not a Knocknoc misconfiguration
Still Having Issues?
We can help you out, contact us at [email protected].