Skip to content

Releases: corneliusweig/rakkess

v0.3.0 - 24/4/2019

24 Apr 21:27
Compare
Choose a tag to compare

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

v0.2.1 - 14/4/2019

14 Apr 21:00
Compare
Choose a tag to compare
  • Upgrade k8s dependencies #16
  • Fix travis releases #14
  • Improve coverage of smashing tabwriter #13

v0.2.0 - 4/3/2019

04 Mar 08:48
Compare
Choose a tag to compare
  • Explicitly enable color escape sequences on windows #9
  • Option to display results as ASCII text #8
  • Distribute stripped and therefore smaller binaries #11
  • Enable -race flag for dev builds #10

Huge thanks goes out the contributors for this release:

  • Cornelius Weig
  • Ivan Towlson

v0.1.1 - 27/2/2019

27 Feb 11:22
Compare
Choose a tag to compare
  • Support all auth plugins (oidc, azure, gcp, openstack) #4
  • Fix OIDC cluster auth not supported #3
  • Improve readme instructions around the krew installation method #2

Huge thanks goes the contributors for this release:

  • Cornelius Weig
  • Michael Gasch

v0.1.0 Release - 25/2/2019

25 Feb 12:21
Compare
Choose a tag to compare
  • 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 default list, create, update, and delete
    • 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