Skip to content

Commit

Permalink
Partially disable conditional policy editing from UI
Browse files Browse the repository at this point in the history
  • Loading branch information
jlledom committed Jan 27, 2025
1 parent 11b264a commit 11eee08
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/policies_list/3.15.0/policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -2726,19 +2726,19 @@
],
"conditional": [
{
"name": "Conditional Policy [Tech preview]",
"name": "Conditional Policy",
"$schema": "http://apicast.io/policy-v1.1/schema#manifest#",
"configuration": {
"required": [
"condition"
],
"properties": {
"policy_chain": {
"items": {
"type": "object"
},
"type": "array",
"description": "The policy chain to execute when the condition is true"
"type": "object",
"description": [
"The policy chain to execute when the condition is true. ",
"This field is managed by the operator and can't be edited."
]
},
"condition": {
"$ref": "#/definitions/condition"
Expand Down

0 comments on commit 11eee08

Please sign in to comment.