|
@@ -0,0 +1,68 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<!--
|
|
|
+/**
|
|
|
+ * 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>
|
|
|
+ <property>
|
|
|
+ <name>ranger.service.https.attrib.keystore.file</name>
|
|
|
+ <value>/etc/security/serverKeys/ranger-kms-keystore.jks</value>
|
|
|
+ <on-ambari-upgrade add="false"/>
|
|
|
+ <description/>
|
|
|
+ </property>
|
|
|
+ <property>
|
|
|
+ <name>ranger.service.https.attrib.client.auth</name>
|
|
|
+ <value>want</value>
|
|
|
+ <on-ambari-upgrade add="false"/>
|
|
|
+ <description/>
|
|
|
+ </property>
|
|
|
+ <property>
|
|
|
+ <name>ranger.service.https.attrib.keystore.keyalias</name>
|
|
|
+ <value>rangerkms</value>
|
|
|
+ <on-ambari-upgrade add="false"/>
|
|
|
+ <description/>
|
|
|
+ </property>
|
|
|
+ <property>
|
|
|
+ <name>ranger.service.https.attrib.keystore.pass</name>
|
|
|
+ <value>rangerkms</value>
|
|
|
+ <property-type>PASSWORD</property-type>
|
|
|
+ <value-attributes>
|
|
|
+ <type>password</type>
|
|
|
+ </value-attributes>
|
|
|
+ <on-ambari-upgrade add="false"/>
|
|
|
+ <description/>
|
|
|
+ </property>
|
|
|
+ <property>
|
|
|
+ <name>ranger.credential.provider.path</name>
|
|
|
+ <value>/etc/ranger/kms/rangerkms.jceks</value>
|
|
|
+ <on-ambari-upgrade add="false"/>
|
|
|
+ <description/>
|
|
|
+ </property>
|
|
|
+ <property>
|
|
|
+ <name>ranger.service.https.attrib.keystore.credential.alias</name>
|
|
|
+ <value>keyStoreCredentialAlias</value>
|
|
|
+ <on-ambari-upgrade add="false"/>
|
|
|
+ <description/>
|
|
|
+ </property>
|
|
|
+ <property>
|
|
|
+ <name>ajp.enabled</name>
|
|
|
+ <value>false</value>
|
|
|
+ <on-ambari-upgrade add="false"/>
|
|
|
+ <description/>
|
|
|
+ </property>
|
|
|
+</configuration>
|