This is an automated email from the ASF dual-hosted git repository.
vbrodetskyi pushed a commit to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/branch-2.6 by this push:
new a7e11a9 [AMBARI-25189] Enable livy.server.access-control.enabled by
default.(vbrodetskyi) (#2860)
a7e11a9 is described below
commit a7e11a923ace156d6e1fd83c1846fd453fde1fc7
Author: vbrodetskyi <[email protected]>
AuthorDate: Wed Mar 13 16:10:29 2019 +0200
[AMBARI-25189] Enable livy.server.access-control.enabled by
default.(vbrodetskyi) (#2860)
---
.../stacks/HDP/2.6/services/SPARK2/configuration/livy2-conf.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git
a/ambari-server/src/main/resources/stacks/HDP/2.6/services/SPARK2/configuration/livy2-conf.xml
b/ambari-server/src/main/resources/stacks/HDP/2.6/services/SPARK2/configuration/livy2-conf.xml
index 428ab44..7c7da88 100644
---
a/ambari-server/src/main/resources/stacks/HDP/2.6/services/SPARK2/configuration/livy2-conf.xml
+++
b/ambari-server/src/main/resources/stacks/HDP/2.6/services/SPARK2/configuration/livy2-conf.xml
@@ -110,5 +110,13 @@
</description>
<on-ambari-upgrade add="false"/>
</property>
+ <property>
+ <name>livy.server.access-control.enabled</name>
+ <value>true</value>
+ <description>
+ Property to configure Livy user access.
+ </description>
+ <on-ambari-upgrade add="false"/>
+ </property>
</configuration>