Skip to content

Commit

Permalink
fixup! Support matching JSON body with CEL expressions
Browse files Browse the repository at this point in the history
Signed-off-by: Juho Majasaari <[email protected]>
  • Loading branch information
juho9000 committed Aug 1, 2024
1 parent 9a17a03 commit f78bc59
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 f78bc59

Please sign in to comment.