Skip to content

Commit

Permalink
add permissions for PolicyFilter objects
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjenkins committed Nov 8, 2024
1 parent c2cd294 commit a7ffc59
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions config/gateway-api/role_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,25 @@
- get
- patch
- update
- op: add
path: /rules/-
value:
apiGroups:
- gateway.pomerium.io
resources:
- policyfilters
verbs:
- get
- list
- watch
- op: add
path: /rules/-
value:
apiGroups:
- gateway.pomerium.io
resources:
- policyfilters/status
verbs:
- get
- patch
- update

0 comments on commit a7ffc59

Please sign in to comment.