diff --git a/config/gateway-api/role_patch.yaml b/config/gateway-api/role_patch.yaml index c3704643..b895a5b3 100644 --- a/config/gateway-api/role_patch.yaml +++ b/config/gateway-api/role_patch.yaml @@ -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 \ No newline at end of file