Releases: corneliusweig/rakkess
Releases · corneliusweig/rakkess
v0.3.0 - 24/4/2019
This release comes with the new subcommand rakkess resource
. Instead of showing the access rights for the current user, this subcommand shows all subjects that have access to a given resource. See it in action here.
In addition, the --verbs
flag learned the wildcards *
and all
to match all verbs.
Last but not least, rakkess
now makes it easier to review rights for a service-account with the --sa
flag (doc).
Merged pull requests
v0.2.1 - 14/4/2019
v0.2.0 - 4/3/2019
v0.1.1 - 27/2/2019
v0.1.0 Release - 25/2/2019
-
initial release
-
supports custom flags:
namespace
: only consider resources from namespace and show only namespaced resources.verbs
: a list of valid kubernetes resource verbs. Shows access for these given verbs instead of the defaultlist
,create
,update
, anddelete
verbosity
: to set the log level
-
sub-commands:
completion
for command-line completion scripts (bash and zsh)version
to retrieve version information. (Note:rakkess version --full
prints a lot more than just version)help
to show a help text