Skip to content

Commit 96df111

Browse files
addressing anlan's comments
1 parent 5b63092 commit 96df111

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/governance/policy/concepts/policy-for-kubernetes.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,10 +607,11 @@ Finally, to identify the AKS cluster version that you're using, follow the linke
607607
### Add-on versions available per each AKS cluster version
608608

609609
#### 1.7.1
610-
Introducing VAP and CEL. Validating Admission Policy (VAP) feature provides in-tree policy evaluation, reduces admission request latency, and improves reliability and availability. Common Expression Language (CEL) is a Kubernetes-native expression language that can be used to declare validation rules of a policy. The supported validation actions include Deny, Warn, and Audit. Custom policy authoring for CEL/VAP is allowed, and existing users will not have to convert their Rego to CEL as they will both be supported and be used to enforce policies. For more information, view the [Gatekeeper Documentation](https://open-policy-agent.github.io/gatekeeper/website/docs/validating-admission-policy/).
610+
Introducing CEL and VAP. Common Expression Language (CEL) is a Kubernetes-native expression language that can be used to declare validation rules of a policy. Validating Admission Policy (VAP) feature provides in-tree policy evaluation, reduces admission request latency, and improves reliability and availability. The supported validation actions include Deny, Warn, and Audit. Custom policy authoring for CEL/VAP is allowed, and existing users will not have to convert their Rego to CEL as they will both be supported and be used to enforce policies. To use CEL/VAP, users need to enroll in the feature flag AKS-AzurePolicyK8sNativeValidation in the Microsoft.ContainerService namespace. For more information, view the [Gatekeeper Documentation](https://open-policy-agent.github.io/gatekeeper/website/docs/validating-admission-policy/).
611611

612+
Security improvements.
612613
- Released Sep 2024
613-
- Kubernetes 1.30+
614+
- Kubernetes 1.27+ (VAP generation is only supported on 1.30+)
614615
- Gatekeeper 3.17.1
615616

616617
#### 1.7.0

0 commit comments

Comments
 (0)