blob: 680e81fb75ae5535b9a0c17c81a9f37d939a85c9 [file] [log] [blame]
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<!--
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-->
<configuration supports_final="false" supports_adding_forbidden="true">
<!-- knox-env.sh -->
<property require-input="true">
<name>knox_master_secret</name>
<value/>
<display-name>Knox Master Secret</display-name>
<property-type>PASSWORD</property-type>
<description>password to use as the master secret</description>
<value-attributes>
<type>password</type>
<editable-only-at-install>true</editable-only-at-install>
<overridable>false</overridable>
</value-attributes>
<on-ambari-upgrade add="true"/>
</property>
<property>
<name>knox_user</name>
<display-name>Knox User</display-name>
<value>knox</value>
<property-type>USER</property-type>
<description>Knox Username.</description>
<value-attributes>
<type>user</type>
<overridable>false</overridable>
</value-attributes>
<on-ambari-upgrade add="true"/>
</property>
<property>
<name>knox_group</name>
<display-name>Knox Group</display-name>
<value>knox</value>
<property-type>GROUP</property-type>
<description>Knox Group.</description>
<value-attributes>
<type>user</type>
</value-attributes>
<on-ambari-upgrade add="true"/>
</property>
<property>
<name>knox_pid_dir</name>
<value>/var/run/knox</value>
<display-name>Knox PID dir</display-name>
<description>Knox PID dir.</description>
<value-attributes>
<type>directory</type>
<editable-only-at-install>true</editable-only-at-install>
<overridable>false</overridable>
</value-attributes>
<on-ambari-upgrade add="true"/>
</property>
<property>
<name>knox_principal_name</name>
<description>Knox principal name</description>
<property-type>KERBEROS_PRINCIPAL</property-type>
<on-ambari-upgrade add="true"/>
</property>
<property>
<name>knox_keytab_path</name>
<description>Knox keytab path</description>
<on-ambari-upgrade add="true"/>
</property>
</configuration>