forked from kubernetes-sigs/krew-index
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rbac-lookup.yaml
31 lines (31 loc) · 1 KB
/
rbac-lookup.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: rbac-lookup
spec:
platforms:
- uri: https://github.com/reactiveops/rbac-lookup/releases/download/v0.3.0/rbac-lookup_0.3.0_Darwin_x86_64.tar.gz
sha256: 7a271bddae25bc178079815954e957c80c8d7d95a060b537128ebf800692492b
bin: rbac-lookup
files:
- from: "*"
to: "."
selector:
matchLabels:
os: darwin
arch: amd64
- uri: https://github.com/reactiveops/rbac-lookup/releases/download/v0.3.0/rbac-lookup_0.3.0_Linux_x86_64.tar.gz
sha256: a758133ce7c0e056f6cd90dc12b33c0c0f63c8adec37041b25891e54880db141
bin: rbac-lookup
files:
- from: "*"
to: "."
selector:
matchLabels:
os: linux
arch: amd64
version: v0.3.0
homepage: https://github.com/reactiveops/rbac-lookup
shortDescription: Reverse lookup for RBAC
description: |
Easily find roles and cluster roles attached to any user, service account, or group name in your Kubernetes cluster.