You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/features/policies.md
+5
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,11 @@ meta:
8
8
Fairwinds Insights comes with over 100 built-in polices that can be used to audit or block resources in your Kubernetes environment or Infrastructure-as-Code.
9
9
You can also create your own custom policies using Open Policy Agent's (OPA) Rego language.
10
10
11
+
## Rego V0 and V1
12
+
We are currently supporting both Rego V0 and V1, but we encourage moving to OPA v1 as V0 is deprecated.
13
+
* For more information about [VO upgrade](https://www.openpolicyagent.org/docs/latest/v0-upgrade/)
14
+
* How to migrate [How to migrate][https://www.styra.com/blog/renovating-rego/]
15
+
11
16
## Configuration
12
17
Policy configuration provides a way to globally set default values for any Policies used by any of the Report Tools in Insights. These settings make it easy to customize Insights for common policy scenarios without having to first write Automation Rules.
0 commit comments