From 5feaecc43ead4e118837a8ef3f13eb2083b0bc8a Mon Sep 17 00:00:00 2001 From: ohad-perets <126083286+ohad-perets@users.noreply.github.com> Date: Tue, 30 Sep 2025 14:38:44 +0300 Subject: [PATCH 1/3] Update kubernetes-plm.md Adding the support for CR beside json/yml & CR --- content/waf/install/kubernetes-plm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/waf/install/kubernetes-plm.md b/content/waf/install/kubernetes-plm.md index 0c3bbb09c..c95f6cef8 100644 --- a/content/waf/install/kubernetes-plm.md +++ b/content/waf/install/kubernetes-plm.md @@ -18,7 +18,7 @@ nd-product: NAP-WAF There are two new features available for Kubernetes through early access: -**Security policy orchestration**, which removes the need for compilaton by updating existing JSON security policies. +**Security policy orchestration**, which removes the need for compilation by simply updating existing security policies. The supported security policy formats are JSON, YAML (where the security policy is defined inline within the AppPolicy CR) and Bundle. **Automated signature updates**, which can auto-update security signatures. @@ -1379,4 +1379,4 @@ status: - Verify the persistent volume is properly mounted - Check storage permissions (Should be 101:101) -- Confirm PVC is bound to the correct PV \ No newline at end of file +- Confirm PVC is bound to the correct PV From 7984c5d758a63dbad595ebad6423280fa38f88de Mon Sep 17 00:00:00 2001 From: Jon Torre <78599298+JTorreG@users.noreply.github.com> Date: Tue, 30 Sep 2025 12:44:07 +0100 Subject: [PATCH 2/3] Update content/waf/install/kubernetes-plm.md --- content/waf/install/kubernetes-plm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/waf/install/kubernetes-plm.md b/content/waf/install/kubernetes-plm.md index c95f6cef8..a63a2a7b5 100644 --- a/content/waf/install/kubernetes-plm.md +++ b/content/waf/install/kubernetes-plm.md @@ -18,7 +18,7 @@ nd-product: NAP-WAF There are two new features available for Kubernetes through early access: -**Security policy orchestration**, which removes the need for compilation by simply updating existing security policies. The supported security policy formats are JSON, YAML (where the security policy is defined inline within the AppPolicy CR) and Bundle. +**Security policy orchestration**, which removes the need for compilation by updating existing security policies. The supported security policy formats are JSON, YAML (where the security policy is defined inline within the AppPolicy CR) and Bundle. **Automated signature updates**, which can auto-update security signatures. From d82435435c8745376b547fbe21a64f9fd56d3236 Mon Sep 17 00:00:00 2001 From: Jon Torre <78599298+JTorreG@users.noreply.github.com> Date: Tue, 30 Sep 2025 12:44:51 +0100 Subject: [PATCH 3/3] Update content/waf/install/kubernetes-plm.md --- content/waf/install/kubernetes-plm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/waf/install/kubernetes-plm.md b/content/waf/install/kubernetes-plm.md index a63a2a7b5..dd2732a48 100644 --- a/content/waf/install/kubernetes-plm.md +++ b/content/waf/install/kubernetes-plm.md @@ -18,7 +18,7 @@ nd-product: NAP-WAF There are two new features available for Kubernetes through early access: -**Security policy orchestration**, which removes the need for compilation by updating existing security policies. The supported security policy formats are JSON, YAML (where the security policy is defined inline within the AppPolicy CR) and Bundle. +**Security policy orchestration**, which removes the need for compilation by updating existing security policies. The supported security policy formats are JSON, YAML (where the security policy is defined inline within the AppPolicy CR), and Bundle. **Automated signature updates**, which can auto-update security signatures.