From 5dd70aaa6e845295ebbbdcbc087cbda4b8de1f62 Mon Sep 17 00:00:00 2001 From: oriagmon Date: Wed, 7 Nov 2018 23:38:18 +0200 Subject: [PATCH] Reset repo before the commit of split the hunters --- src/modules/hunting/apiserver.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/hunting/apiserver.py b/src/modules/hunting/apiserver.py index 88c4512..524eed6 100644 --- a/src/modules/hunting/apiserver.py +++ b/src/modules/hunting/apiserver.py @@ -629,6 +629,7 @@ class AccessApiServerViaServiceAccountTokenActive(ActiveHunter): return True def patch_a_cluster_role(self, newly_created_cluster_role_name): + patch_data = '[{ "op": "add", "path": "/hello", "value": ["world"] }]' headers = { 'Content-Type': 'application/json-patch+json',