Skip to content

Commit

Permalink
Fix: clusterrole with permissions over twingategroups objects (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
l-rossetti authored and ekampf committed Nov 8, 2024
1 parent 40cfedc commit 0dd4f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/twingate-operator/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rules:

# Application
- apiGroups: [twingate.com]
resources: [twingateresources, twingateresourceaccesses, twingateconnectors]
resources: [twingateresources, twingateresourceaccesses, twingateconnectors, twingategroups]
verbs: [list, watch, patch, get, create]

- apiGroups: ["*"]
Expand Down

0 comments on commit 0dd4f0c

Please sign in to comment.