File tree 1 file changed +2
-12
lines changed
tests/fast-integration/test/fixtures/commerce-mock
1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -170,22 +170,13 @@ spec:
170
170
}
171
171
}
172
172
---
173
- apiVersion : hydra.ory.sh/v1alpha1
174
- kind : OAuth2Client
175
- metadata :
176
- name : lastorder
177
- spec :
178
- grantTypes :
179
- - " client_credentials"
180
- scope : " read write"
181
- secretName : lastorder-oauth
182
- ---
183
- apiVersion : gateway.kyma-project.io/v1alpha1
173
+ apiVersion : gateway.kyma-project.io/v1beta1
184
174
kind : APIRule
185
175
metadata :
186
176
name : lastorder
187
177
spec :
188
178
gateway : kyma-gateway.kyma-system.svc.cluster.local
179
+ host : lastorder
189
180
rules :
190
181
- path : /function
191
182
methods : ["GET", "POST"]
@@ -197,6 +188,5 @@ spec:
197
188
- handler : allow
198
189
config : {}
199
190
service :
200
- host : lastorder
201
191
name : lastorder
202
192
port : 80
You can’t perform that action at this time.
0 commit comments