Skip to content

Commit

Permalink
Merge pull request #121 from bertinatto/proxy-rback
Browse files Browse the repository at this point in the history
Bug 1912945: Add RBAC rules to read proxy resource
  • Loading branch information
openshift-merge-robot committed Jan 15, 2021
2 parents 2be1e33 + 2fc263c commit 9bfc312
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/csidriveroperators/aws-ebs/05_clusterrole.yaml
Expand Up @@ -252,6 +252,7 @@ rules:
- config.openshift.io
resources:
- infrastructures
- proxies
verbs:
- get
- list
Expand Down
1 change: 1 addition & 0 deletions assets/csidriveroperators/gcp-pd/05_clusterrole.yaml
Expand Up @@ -252,6 +252,7 @@ rules:
- config.openshift.io
resources:
- infrastructures
- proxies
verbs:
- get
- list
Expand Down
1 change: 1 addition & 0 deletions assets/csidriveroperators/manila/05_clusterrole.yaml
Expand Up @@ -238,6 +238,7 @@ rules:
- config.openshift.io
resources:
- infrastructures
- proxies
verbs:
- get
- list
Expand Down
Expand Up @@ -252,6 +252,7 @@ rules:
- config.openshift.io
resources:
- infrastructures
- proxies
verbs:
- get
- list
Expand Down
1 change: 1 addition & 0 deletions assets/csidriveroperators/ovirt/05_clusterrole.yaml
Expand Up @@ -233,6 +233,7 @@ rules:
- config.openshift.io
resources:
- infrastructures
- proxies
verbs:
- get
- list
Expand Down
5 changes: 5 additions & 0 deletions pkg/generated/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9bfc312

Please sign in to comment.