Symptoms
Supervisor Cluster access requires a mapping between vSphere Single Sign-On (SSO) identities and Kubernetes Role-Based Access Control (RBAC). Without explicit permission assignment at the Namespace level, the Supervisor API server rejects the JWT issued by the identity provider.
To add a user to a Supervisor namespace, follow these steps:
Execution (CLI): Direct the user to authenticate via the vSphere Plugin for kubectl: kubectl vsphere login --server=IP-OR-FQDN --vsphere-username USER@DOMAIN
Verification: Run kubectl get pods -A to confirm namespace resource visibility.