Now this request is as expect: POST request "api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews" with payload {"spec":{"resourceAttributes":{"resource":"namespaces","verb":"get"}},"metadata":{}} Could "get" namespaces from server. Verified on 4.4.0-0.nightly-2020-03-15-215151
Response: { "kind": "SelfSubjectAccessReview", "apiVersion": "authorization.k8s.io/v1", "metadata": { "creationTimestamp": null }, "spec": { "resourceAttributes": { "verb": "get", "resource": "namespaces" } }, "status": { "allowed": true, "reason": "RBAC: allowed by ClusterRoleBinding \"cluster-admins\" of ClusterRole \"cluster-admin\" to Group \"system:cluster-admins\"" } }
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:0581