Skip to content

v0.4.0 🚀

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Mar 22:07
· 88 commits to master since this release
3da2254

Changes

rbac-tool

Generate Role or ClusterRole resource while reducing the use of wildcards.

rbac-tool read from the Kubernetes discovery API the available API Groups and resources,
and based on the command line options, generate an explicit Role/ClusterRole that avoid wildcards

Example:

rbac-tool  gen --generated-type=Role --deny-resources=secrets.,daemonsets.apps --allowed-verbs=get,list --allowed-groups=,apps,networking.k8s.io