Skip to content

Commit

Permalink
Merge pull request #1 from alcideio/initial-release
Browse files Browse the repository at this point in the history
Merge initial release
  • Loading branch information
gadinaor committed Mar 22, 2020
2 parents edc1db0 + 1377410 commit 42e80b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you want to define a role within a namespace, use a Role; if you want to defi

**rbac-minimize** simplifies the creation process of RBAC policies and avoiding those wildcards `*` and it adapts to specific Kubernets API server

# Say Hello to `rbac-minimize`
# Why `rbac-minimize`

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

Expand Down Expand Up @@ -90,7 +90,7 @@ rbac-minimize gen --generated-type Role --deny-resources=secrets.,ingresses.exte


- Generate a Role with read-only (get,list) excluding secrets (core group) from core group, admissionregistration.k8s.io,storage.k8s.io,networking.k8s.io
```shell script
```bash
rbac-minimize gen --generated-type ClusterRole --deny-resources=secrets., --allowed-verbs=get,list --allowed-groups=,admissionregistration.k8s.io,storage.k8s.io,networking.k8s.io
```

Expand Down

0 comments on commit 42e80b3

Please sign in to comment.