You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
24
24
- Fixed APIcast panic when parsing invalid base64 encoded value [PR #1505](https://github.com/3scale/APIcast/pull/1505)[THEESCALE-11435](https://issues.redhat.com/browse/THREESCALE-11435)
25
25
- Remove "$id" from the policy schema [PR #1525](https://github.com/3scale/APIcast/pull/1525)[THEESCALE-11610](https://issues.redhat.com/browse/THREESCALE-11610)
26
26
- Fixed Financial-grade API (FAPI) policy not showing up in the admin portal [PR #1528](https://github.com/3scale/APIcast/pull/1528)[THREESCALE-11620](https://issues.redhat.com/browse/THREESCALE-11620)
27
+
- Remove Conditional Policy from the UI [PR #1534](https://github.com/3scale/APIcast/pull/1534)[THREESCALE-6116](https://issues.redhat.com/browse/THREESCALE-6116)
Copy file name to clipboardExpand all lines: gateway/src/apicast/policy/conditional/README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@
4
4
-[**Conditions**](#conditions)
5
5
-[**Example config**](#example-config)
6
6
7
+
## NOTE
8
+
This is policy is not available in the admin portal UI, however, you still be
9
+
able to configure it via 3scale [Product CR](https://github.com/3scale/3scale-operator/blob/master/doc/product-reference.md#user-content-policyconfigspec)
10
+
7
11
## Description
8
12
9
13
The conditional policy is a bit different from the rest because it contains a
@@ -87,9 +91,6 @@ the one above plus the value of the `Backend` header:
87
91
}
88
92
```
89
93
90
-
To know more about the details of what is exactly supported please check the
0 commit comments