Skip to content

Commit

Permalink
fix(rbac): add read access to services (#191)
Browse files Browse the repository at this point in the history
**What this PR does / why we need it**:
Add services RO permission to the `system:cloud-controller-manager`
cluster role.

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(,
fixes #<issue_number>, ...)` format, will close the issue(s) when PR
gets merged)*:
Fixes #190 

**Release note**:
<!--  Write your release note:
1. Enter your extended release note in the below block. If the PR
requires additional action from users switching to the new release,
include the string "action required".
2. If no release note is required, just write "NONE".
-->
```release-note
fix(rbac): allow cloud controller manager to read services
```
  • Loading branch information
fad3t authored Dec 16, 2024
1 parent d8c65d3 commit 0443599
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions manifests/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,8 @@ rules:
- ""
resources:
- secrets
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
- configmaps
- services
verbs:
- get
- list
Expand Down

0 comments on commit 0443599

Please sign in to comment.