2020-04-07 14:14:01 +02:00
|
|
|
From 89c188107bc60d4e84879c3f3c2fde7489a14153 Mon Sep 17 00:00:00 2001
|
2019-04-12 11:57:21 +02:00
|
|
|
From: Bo Maryniuk <bo@suse.de>
|
|
|
|
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
|
2020-04-07 14:14:01 +02:00
|
|
|
index 329e4a62c9..ecbd1c808c 100644
|
2019-04-12 11:57:21 +02:00
|
|
|
--- a/salt/auth/__init__.py
|
|
|
|
+++ b/salt/auth/__init__.py
|
2019-11-28 16:41:55 +01:00
|
|
|
@@ -47,6 +47,8 @@ AUTH_INTERNAL_KEYWORDS = frozenset([
|
2019-04-12 11:57:21 +02:00
|
|
|
'gather_job_timeout',
|
|
|
|
'kwarg',
|
|
|
|
'match',
|
|
|
|
+ "id_",
|
|
|
|
+ "force",
|
|
|
|
'metadata',
|
|
|
|
'print_event',
|
|
|
|
'raw',
|
|
|
|
--
|
2019-11-28 16:41:55 +01:00
|
|
|
2.16.4
|
2019-04-12 11:57:21 +02:00
|
|
|
|
|
|
|
|