Skip to content

Commit 11eee08

Browse files
committed
Partially disable conditional policy editing from UI
1 parent 11b264a commit 11eee08

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/policies_list/3.15.0/policies.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2726,19 +2726,19 @@
27262726
],
27272727
"conditional": [
27282728
{
2729-
"name": "Conditional Policy [Tech preview]",
2729+
"name": "Conditional Policy",
27302730
"$schema": "http://apicast.io/policy-v1.1/schema#manifest#",
27312731
"configuration": {
27322732
"required": [
27332733
"condition"
27342734
],
27352735
"properties": {
27362736
"policy_chain": {
2737-
"items": {
2738-
"type": "object"
2739-
},
2740-
"type": "array",
2741-
"description": "The policy chain to execute when the condition is true"
2737+
"type": "object",
2738+
"description": [
2739+
"The policy chain to execute when the condition is true. ",
2740+
"This field is managed by the operator and can't be edited."
2741+
]
27422742
},
27432743
"condition": {
27442744
"$ref": "#/definitions/condition"

0 commit comments

Comments
 (0)