kubectl-rolesum icon indicating copy to clipboard operation
kubectl-rolesum copied to clipboard

Summarize Kubernetes RBAC roles for the specified subjects.

Results 4 kubectl-rolesum issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** When we perform a `kubectl rolesum -k Group` or `kubectl rolesum -K User`, the RoleBindings in the current namespace are...

bug

**Is your feature request related to a problem? Please describe.** We want to get a summary of the permission that can be done for a user. I am not sure...

enhancement

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...

dependencies

Previously in https://github.com/Ladicle/kubectl-rolesum/issues/29 assumed that only ServiceAccount will show namespace Roles. Currently it is not possible for Group/User to show namespace scoped permissions. In this PR, I removed the implicit...