Skip to content

Commit 12ac6db

Browse files
committed
add rbac
1 parent a935f15 commit 12ac6db

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

test/e2e/framework/manifests/ingress.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,21 @@ rules:
106106
- get
107107
- list
108108
- watch
109+
- apiGroups:
110+
- gateway.apisix.io
111+
resources:
112+
- backendtrafficpolicies
113+
verbs:
114+
- get
115+
- list
116+
- watch
117+
- apiGroups:
118+
- gateway.apisix.io
119+
resources:
120+
- backendtrafficpolicies/status
121+
verbs:
122+
- get
123+
- update
109124
- apiGroups:
110125
- gateway.apisix.io
111126
resources:
@@ -129,6 +144,21 @@ rules:
129144
- get
130145
- list
131146
- watch
147+
- apiGroups:
148+
- gateway.apisix.io
149+
resources:
150+
- httproutepolicies
151+
verbs:
152+
- get
153+
- list
154+
- watch
155+
- apiGroups:
156+
- gateway.apisix.io
157+
resources:
158+
- httproutepolicies/status
159+
verbs:
160+
- get
161+
- update
132162
- apiGroups:
133163
- gateway.apisix.io
134164
resources:

0 commit comments

Comments
 (0)