Skip to content

Commit

Permalink
Update website/docs/policies/match-conditions.md
Browse files Browse the repository at this point in the history
Co-authored-by: Vishal Choudhary <[email protected]>
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
  • Loading branch information
eddycharly and vishal-chdhry authored Jan 3, 2025
1 parent af41e32 commit a6f8f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/policies/match-conditions.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ In the policy above, the `matchConditions` will be used to deny all requests hav

In the event of an error evaluating a match condition the policy is not evaluated. Whether to reject the request is determined as follows:

1. If any match condition evaluated to `false` (regardless of other errors), the policy is skipped.
1. If any match condition evaluated to `false` (regardless of other errors), then the policy is skipped.
1. Otherwise:
- for `failurePolicy: Fail`, reject the request (without evaluating the policy).
- for `failurePolicy: Ignore`, proceed with the request but skip the policy.

0 comments on commit a6f8f1d

Please sign in to comment.