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

Support policies that check DELETE requests #63

Open
viccuad opened this issue Jul 13, 2023 · 2 comments
Open

Support policies that check DELETE requests #63

viccuad opened this issue Jul 13, 2023 · 2 comments

Comments

@viccuad
Copy link
Member

viccuad commented Jul 13, 2023

Per RFC, the audit-scanner should evaluate policies and create fake CREATE, DELETE requests. We are only doing so for CREATE requests for now.

Acceptance criteria

  • Check that policies targeting DELETE requests are being considered in the filter and included.
  • Generate DELETE requests, the same way we do for CREATE requests, and make sure they are included by the filter, for those policies that check DELETE requests.
  • Provide unit tests.
  • Provide if needed.
@flavio
Copy link
Member

flavio commented Jul 14, 2023

This is a nice to have feature, but not mandatory for the initial release of the audit scanner

@flavio flavio removed the status in Kubewarden Jul 14, 2023
@flavio
Copy link
Member

flavio commented Sep 22, 2023

not really an epic, but this is how cards are shown on the roadmap board

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

3 participants