Restrict analysis to the cluster scope #109
Unanswered
carlduevel
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working with clusters where my access rights are constrained to the namespace level. I tried to use rbac-tool in that context, but I did not find an option to constrain the commands to the ns only. For example:
rbac-tool visualize --include-namespaces my-ns --cluster-context my-ctx
leads to
serviceaccounts is forbidden: User "myuser" cannot list resource "serviceaccounts" in API group "" at the cluster scope
Is there any option/setting I have overlooked to make this happen?
Beta Was this translation helpful? Give feedback.
All reactions