We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To check if, say, user has permission to get logs (#155), one would do the following w/ kubectl:
kubectl
kubectl auth can-i get pods --subresource=log
There is, of course, an analogous field in SelfSubjectAccessReview, which we can use.
SelfSubjectAccessReview
kele--can-i does not support this currently, though it should be perfectly easy to set this up.
kele--can-i
can-i
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To check if, say, user has permission to get logs (#155), one would do the following w/
kubectl
:There is, of course, an analogous field in
SelfSubjectAccessReview
, which we can use.kele--can-i
does not support this currently, though it should be perfectly easy to set this up.Definition of Done
can-i
permissions for subresources as well as resourcesThe text was updated successfully, but these errors were encountered: