Skip to content

Commit

Permalink
fixup! Support matching JSON body with CEL expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
juho9000 committed Aug 1, 2024
1 parent 1f434ee commit 5cf6167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ modules:
[ fail_if_not_ssl: <boolean> | default = false ]

# Probe fails if response body JSON matches CEL:
fail_if_body_matches_cel: <cel expression, root field is called body>
fail_if_body_json_matches_cel: <cel expression, root field is called body>

# Probe fails if response body JSON does not match CEL:
fail_if_body_not_matches_cel: <cel expression, root field is called body>
fail_if_body_json_not_matches_cel: <cel expression, root field is called body>

# Probe fails if response body matches regex.
fail_if_body_matches_regexp:
Expand Down

0 comments on commit 5cf6167

Please sign in to comment.