Skip to content

Commit

Permalink
Update hierarchical_rules.schema.yaml (#1285)
Browse files Browse the repository at this point in the history
Co-authored-by: Ludovico Magnocavallo <[email protected]>
  • Loading branch information
2 people authored and lcaggio committed May 5, 2023
1 parent 9d9d703 commit f5f9d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fast/assets/schemas/hierarchical_rules.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ map(include('hierarchical_rule'))
hierarchical_rule:
description: str()
direction: enum("INGRESS", "EGRESS")
action: enum("allow", "deny")
action: enum("allow", "deny", "goto_next")
priority: int()
ranges: list(str())
target_resources: any(null(), list(str()))
Expand Down

0 comments on commit f5f9d0b

Please sign in to comment.