Read my personal user permissions
Hi,
we're running an on prem OpenShift 4.12.54. cluster. I own a private project on that cluster where my user holds the role "admin-restricted" according to oc describe rolebindings.
Sadly I seem to be unable to list all the permissions that are granted to my user. It seems like all the access to user settings are "forbidden" on this cluster.
For example :
oc describe user
Error from server (Forbidden): users.user.openshift.io is forbidden: User "foobar" cannot list resource "users" in API group "user.openshift.io" at the cluster scope
or
oc describe useridentitymappings
Error from server (Forbidden): useridentitymappings.user.openshift.io is forbidden: User "foobar" cannot list resource "useridentitymappings" in API group "user.openshift.io" at the cluster scope
How would I be able to, for example, list the allowed securityContext settings?
Best regards
Markus