You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by sm...@apache.org on 2022/12/23 11:00:29 UTC

[knox] branch master updated: KNOX-2857 - Fixed typo in some of the config names (#705)

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 5fcd04912 KNOX-2857 - Fixed typo in some of the config names (#705)
5fcd04912 is described below

commit 5fcd049127ea275d4819a780ec0fcc4c9d4862b9
Author: Sandor Molnar <sm...@apache.org>
AuthorDate: Fri Dec 23 12:00:24 2022 +0100

    KNOX-2857 - Fixed typo in some of the config names (#705)
---
 gateway-release/home/conf/topologies/homepage.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gateway-release/home/conf/topologies/homepage.xml b/gateway-release/home/conf/topologies/homepage.xml
index 530237221..e6e8ecaa9 100644
--- a/gateway-release/home/conf/topologies/homepage.xml
+++ b/gateway-release/home/conf/topologies/homepage.xml
@@ -61,11 +61,11 @@
          <name>Default</name>
          <enabled>true</enabled>
          <param>
-            <name>haddop.proxyuser.impersonation.enabled</name>
+            <name>hadoop.proxyuser.impersonation.enabled</name>
             <value>false</value>
          </param>
          <param>
-            <name>haddop.proxyuser.admin.users</name>
+            <name>hadoop.proxyuser.admin.users</name>
             <value>*</value>
          </param>
          <param>