Closed
Description
We need to check the following functionality with e2e tests for AuthZ supporting resources:
- When EventPolicies are in place:
- Accepts requests from identities defined in the EventPolicies which apply to the target resource
- Reject requests from identities not listed in the EventPolicies which apply to the target resource
- Become Ready, when the EventPolicy is ready
- Become NotReady, when the EventPolicy is not ready
For not having to duplicate lots of testing code, it would be good to have some sort of "conformance" suite for the AuthZ tests similar to the OIDC conformance tests for addressables