This is an automated email from the ASF dual-hosted git repository.

smolnar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git


The following commit(s) were added to refs/heads/master by this push:
     new 303166953 KNOX-2992 - Cleaned up impersonation configs (#825)
303166953 is described below

commit 3031669533d233f81c111e75e8773e4794581a5d
Author: Sandor Molnar <[email protected]>
AuthorDate: Thu Nov 30 16:32:46 2023 +0100

    KNOX-2992 - Cleaned up impersonation configs (#825)
---
 gateway-release/home/conf/topologies/homepage.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gateway-release/home/conf/topologies/homepage.xml 
b/gateway-release/home/conf/topologies/homepage.xml
index 744824f0c..089ce3910 100644
--- a/gateway-release/home/conf/topologies/homepage.xml
+++ b/gateway-release/home/conf/topologies/homepage.xml
@@ -70,16 +70,16 @@
             <value>false</value>
          </param>
          <param>
-            <name>hadoop.proxyuser.admin.users</name>
-            <value>*</value>
+            <name>hadoop.proxyuser.changeme.users</name>
+            <value>NONE</value>
          </param>
          <param>
-            <name>hadoop.proxyuser.admin.groups</name>
-            <value>*</value>
+            <name>hadoop.proxyuser.changeme.groups</name>
+            <value>NONE</value>
          </param>
          <param>
-            <name>hadoop.proxyuser.admin.hosts</name>
-            <value>*</value>
+            <name>hadoop.proxyuser.changeme.hosts</name>
+            <value>NONE</value>
          </param>
       </provider>
    </gateway>

Reply via email to