From a79ee21bb586b906792952bb579ccacfe6ed85d6 Mon Sep 17 00:00:00 2001 From: Bo Maryniuk Date: Thu, 24 Jan 2019 18:12:35 +0100 Subject: [PATCH] temporary fix: extend the whitelist of allowed commands --- salt/auth/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/salt/auth/__init__.py b/salt/auth/__init__.py index ca7168d00e4..aa4c5c3670b 100644 --- a/salt/auth/__init__.py +++ b/salt/auth/__init__.py @@ -46,6 +46,8 @@ 'gather_job_timeout', 'kwarg', 'match', + "id_", + "force", 'metadata', 'print_event', 'raw',