# RBAC Issues Troubleshooting RBAC permissions and 403 errors for the Headlamp Polaris Plugin. ## Overview The plugin requires `get` permission on `services/proxy` resource for the `polaris-dashboard` service in the `polaris` namespace. Without this permission, you'll see 403 Forbidden errors. ## Common Scenarios ### 403 Forbidden Error **Symptom:** Error loading Polaris data, "Access denied (403)" in UI **Cause:** Missing or incorrect RBAC binding **Solution:** ```bash # 1. Verify RBAC resources exist kubectl -n polaris get role polaris-proxy-reader kubectl -n polaris get rolebinding headlamp-polaris-proxy # If missing, apply RBAC: kubectl apply -f - <