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

Summarize Kubernetes RBAC roles for the specified subjects.

Results 5 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...

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/oauth2&package-manager=go_modules&previous-version=0.10.0&new-version=0.27.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....

dependencies
go