Skip to content

v0.3.0 - 24/4/2019

Compare
Choose a tag to compare
@corneliusweig corneliusweig released this 24 Apr 21:27
· 105 commits to master since this release

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.

rakess resource

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

  • Service account shorthand flag --sa #26
  • Support wildcard for all verbs --verbs=all and --verbs=* #25
  • Stricter linter and more godoc #24
  • Add documentation for rakkess resource #23
  • New subcommand resource #21
  • Refactor util package #18