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

Weaver needs to add some facilities to test the policies #330

Open
lquerel opened this issue Aug 20, 2024 · 0 comments
Open

Weaver needs to add some facilities to test the policies #330

lquerel opened this issue Aug 20, 2024 · 0 comments

Comments

@lquerel
Copy link
Contributor

lquerel commented Aug 20, 2024

To properly and fully test our policies, we need deeper integration in Weaver instead of relying solely on OPA for the tests. The reasoning is as follows:

  • The names of the policy packages are meaningful for Weaver (i.e. before_resolution, after_resolution, ...), unlike with OPA, so ideally, we need to check that as well.
  • The Rego extensions that we are likely to introduce in Weaver over time will only be testable within Weaver.
  • While not specific to Weaver, in addition to the tests, we could combine both tests and Rego code coverage to aid the policy review process (code coverage is supported by Regorus).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant