Skip to content

Commit

Permalink
Add more details on rejection behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
creydr committed Sep 3, 2024
1 parent 5294dba commit 993c2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/eventing/features/authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ The `EventPoliciesReady` condition indicates whether all applicable EventPolicie

## Rejection Behavior

If a request does not pass any applicable `EventPolicy`, it will be rejected with a `403 Forbidden` HTTP status code, ensuring that unauthorized event deliveries are blocked.
If a request does not pass any applicable `EventPolicy`, it will be rejected with a `403 Forbidden` HTTP status code, ensuring that unauthorized event deliveries are blocked. If multiple policies apply to the same resource, the event will be delivered as long as it matches **at least one** of the applicable `EventPolicies`. This ensures that even if strict policies are in place, valid events that meet the criteria of any policy can still be processed.

## Example

Expand Down

0 comments on commit 993c2a3

Please sign in to comment.