Skip to content

Commit 9572bf0

Browse files
authored
Merge pull request #1534 from tkan145/THREESCALE-6116-conditional-policy-ui
[THREESCALE-6116] Remove Conditional Policy from the UI
2 parents b132033 + 2598cc2 commit 9572bf0

File tree

3 files changed

+5
-95
lines changed

3 files changed

+5
-95
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2424
- 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)
2525
- Remove "$id" from the policy schema [PR #1525](https://github.com/3scale/APIcast/pull/1525) [THEESCALE-11610](https://issues.redhat.com/browse/THREESCALE-11610)
2626
- 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)
2728

2829
### Added
2930

gateway/src/apicast/policy/conditional/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
- [**Conditions**](#conditions)
55
- [**Example config**](#example-config)
66

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+
711
## Description
812

913
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:
8791
}
8892
```
8993

90-
To know more about the details of what is exactly supported please check the
91-
[policy config schema](apicast-policy.json).
92-
9394
These are the variables supported in liquid:
9495
* uri
9596
* host

gateway/src/apicast/policy/conditional/apicast-policy.json

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)