-
Bug
-
Resolution: Done
-
Major
-
None
-
2.9 CR1
-
None
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
I've used
---
apiVersion: capabilities.3scale.net/v1beta1
kind: Backend
metadata:
name: backend1
namespace: mkudlej
spec:
name: "Backend 1"
privateBaseURL: "https://httpbin.org/get"
systemName: backend1
providerAccountRef:
name: tenant-3scale
description: "Description 1"
mappingRules:
- httpMethod: PATCH
pattern: "/patch$"
metricMethodRef: metric1
increment: 10
position: 2
- httpMethod: GET
pattern: "/get$"
metricMethodRef: method1
increment: 1
position: 1
metrics:
metric1:
friendlyName: "Mjetric1"
unit: hrusky
description: "Djesckription"
methods:
method1:
friendlyName: "Friendly name"
description: "Description 1"
And position of mapping rule in yaml was ignored, see:
PATCH /patch$ 10 Mjetric1 false 1 GET /get$ 1 Friendly name false 2
- is cloned by
-
THREESCALE-5748 "last" attribute missing in mapping rule yaml
-
- Closed
-