-
Notifications
You must be signed in to change notification settings - Fork 14
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 policy config documentations #116
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #116 +/- ##
=======================================
Coverage 80.90% 80.90%
=======================================
Files 12 12
Lines 754 754
=======================================
Hits 610 610
Misses 109 109
Partials 35 35
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
b1077c8
to
c322f59
Compare
Co-authored-by: serboctor <boctor.sarah@gmail.com>
* update dev docs * Update docs/code_structure.md Co-authored-by: serboctor <boctor.sarah@gmail.com> * Add PolicyConfig CRD to make it possible to customize policy configuration per namespaces, applications or resources (#113) * add policy config crd * add unit tests to policy config crd * add unit tests for policy crd * add unit tests for policy sets * fix agent template * resolve remarks Co-authored-by: Waleed Hammam <waleed.hamam@weave.works> * add policy config documentations (#116) * add policy config documentations * update policy configuration documentation * apply pr comments and add note about more policies * Apply suggestions from code review Co-authored-by: serboctor <boctor.sarah@gmail.com> * apply pr comments Co-authored-by: serboctor <boctor.sarah@gmail.com> * Add mode field to policy set and add policy modes to its status (#117) * refactor policy set * update policy core version * add unit test for policy controller * add some comments * unserve v2beta1 * fix remarks * update docsting * update policy core version (#119) * fix terraform mode name (#120) * remove policyset id field and make name field optional (#121) * update agent docs (#122) * update agent docs * Apply suggestions from code review Co-authored-by: serboctor <boctor.sarah@gmail.com> * Apply suggestions from code review Co-authored-by: serboctor <boctor.sarah@gmail.com> * address remarks * improve docs * Apply suggestions from code review Co-authored-by: serboctor <boctor.sarah@gmail.com> Co-authored-by: serboctor <boctor.sarah@gmail.com> * add policy modes to labels to support filtering (#123) * add policy modes to labels to support filtering * fix test * set policy version v2beta1 served true (#125) Co-authored-by: alichaddad <ali.chaddad@weave.works> Co-authored-by: alichaddad <ali.chaddad@magalix.com> Co-authored-by: serboctor <boctor.sarah@gmail.com> Co-authored-by: Waleed Hammam <waleed.hamam@weave.works>
Part of #115
What changed?