Skip to content

Commit

Permalink
adding brew install instructions and kubectl plugin yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robscott committed Sep 4, 2018
1 parent 09510b7 commit 87cc034
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

This is a simple project that allows you to easily find Kubernetes roles and cluster roles bound to any user, service account, or group name. Binaries are generated with goreleaser for each release for simple installation.

## Installation

### Homebrew
```
brew install reactiveops/tap/rbac-lookup
```

## Usage

```
Expand Down
9 changes: 9 additions & 0 deletions plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: "rbac-lookup"
shortDesc: "Reverse lookup for RBAC"
longDesc: "Look up role bindings and cluster role bindings by subject names"
example: "rbac-lookup rob -owide"
command: "./rbac-lookup"
flags:
- name: "output"
shorthand: "o"
desc: "Optional paramater to provide wide output"

0 comments on commit 87cc034

Please sign in to comment.