From 83f437f3f8544e8f97cb2ee5adf8063d2cb8b781 Mon Sep 17 00:00:00 2001 From: Serhii Ponomarenko <116438358+tiptophelmet@users.noreply.github.com> Date: Mon, 16 Dec 2024 21:19:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=82=20Create=20save/activate/delete=20?= =?UTF-8?q?role=20scripting=20permissions=20(#1667)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com> --- helm-chart/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helm-chart/values.yaml b/helm-chart/values.yaml index 39dcd67eb..6d9133d58 100644 --- a/helm-chart/values.yaml +++ b/helm-chart/values.yaml @@ -85,6 +85,10 @@ tap: filter: "" canDownloadPCAP: true canUseScripting: true + scriptingPermissions: + canSave: true + canActivate: true + canDelete: true canUpdateTargetedPods: true canStopTrafficCapturing: true showAdminConsoleLink: true