Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AuthZ conformance e2e test suite #8149

Closed
creydr opened this issue Aug 12, 2024 · 0 comments · Fixed by #8150
Closed

Add AuthZ conformance e2e test suite #8149

creydr opened this issue Aug 12, 2024 · 0 comments · Fixed by #8150
Assignees
Labels
area/test-and-release Test infrastructure, tests or release triage/accepted Issues which should be fixed (post-triage)

Comments

@creydr
Copy link
Member

creydr commented Aug 12, 2024

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

@creydr creydr self-assigned this Aug 12, 2024
@creydr creydr added area/test-and-release Test infrastructure, tests or release triage/accepted Issues which should be fixed (post-triage) labels Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/test-and-release Test infrastructure, tests or release triage/accepted Issues which should be fixed (post-triage)
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

1 participant