From b2373c55843a453d89a344aa9e74c79a8540ea20 Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Fri, 8 Jan 2021 16:21:24 -0700 Subject: [PATCH] Remove experimental note from OPA docs --- content/rancher/v2.x/en/opa-gatekeper/_index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/rancher/v2.x/en/opa-gatekeper/_index.md b/content/rancher/v2.x/en/opa-gatekeper/_index.md index 0b34c3b2698..d0c4f81f75d 100644 --- a/content/rancher/v2.x/en/opa-gatekeper/_index.md +++ b/content/rancher/v2.x/en/opa-gatekeper/_index.md @@ -7,8 +7,6 @@ aliases: --- _Available as of v2.4.0_ -> This is an experimental feature. - To ensure consistency and compliance, every organization needs the ability to define and enforce policies in its environment in an automated way. [OPA (Open Policy Agent)](https://www.openpolicyagent.org/) is a policy engine that facilitates policy-based control for cloud native environments. Rancher provides the ability to enable OPA Gatekeeper in Kubernetes clusters, and also installs a couple of built-in policy definitions, which are also called constraint templates. OPA provides a high-level declarative language that lets you specify policy as code and ability to extend simple APIs to offload policy decision-making.