summaryrefslogtreecommitdiff
path: root/ambari-server/src/main/resources/stacks/HDP/2.3/services/RANGER/configuration/ranger-env.xml
blob: dce8a90796abd833bd29cee94c29d55de4c236f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
<?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 supports_final="true" supports_adding_forbidden="true">

  <property>
    <name>xml_configurations_supported</name>
    <value>true</value>
    <description></description>
  </property>

  <property>
    <name>create_db_dbuser</name>
    <value>true</value>
    <display-name>Setup Database and Database User</display-name>
    <description>If set to Yes, Ambari will create and setup Ranger Database and Database User. This will require to specify Database Admin user and password</description>
    <value-attributes>
      <type>value-list</type>
      <overridable>false</overridable>
      <entries>
        <entry>
          <value>true</value>
          <label>Yes</label>
        </entry>
        <entry>
          <value>false</value>
          <label>No</label>
        </entry>
      </entries>
      <selection-cardinality>1</selection-cardinality>
    </value-attributes>
  </property>

  <property>
    <name>oracle_home</name>
    <deleted>true</deleted>
  </property>

  <property>
    <name>ranger_privelege_user_jdbc_url</name>
    <display-name>JDBC connect string for root user</display-name>
    <description>JDBC connect string - auto populated based on other values. This is to be used by root user</description>
    <value>jdbc:mysql://localhost</value>
    <property-type>DONT_ADD_ON_UPGRADE</property-type>
    <value-attributes>
      <overridable>false</overridable>
    </value-attributes>
    <depends-on>
      <property>
        <type>admin-properties</type>
        <name>DB_FLAVOR</name>
      </property>
      <property>
        <type>admin-properties</type>
        <name>db_host</name>
      </property>
    </depends-on>
  </property>

  <property>
    <name>ranger-yarn-plugin-enabled</name>
    <value>No</value>
    <display-name>YARN Ranger Plugin</display-name>
    <description>Enable YARN Ranger plugin</description>
    <value-attributes>
      <overridable>false</overridable>
      <type>value-list</type>
      <entries>
        <entry>
          <value>Yes</value>
          <label>ON</label>
        </entry>
        <entry>
          <value>No</value>
          <label>OFF</label>
        </entry>
      </entries>
      <selection-cardinality>1</selection-cardinality>
    </value-attributes>
  </property>

  <property>
    <name>ranger-kafka-plugin-enabled</name>
    <value>No</value>
    <display-name>Kafka Ranger Plugin</display-name>
    <description>Enable Kafka Ranger plugin</description>
    <value-attributes>
      <overridable>false</overridable>
      <type>value-list</type>
      <entries>
        <entry>
          <value>Yes</value>
          <label>ON</label>
        </entry>
        <entry>
          <value>No</value>
          <label>OFF</label>
        </entry>
      </entries>
      <selection-cardinality>1</selection-cardinality>
    </value-attributes>
  </property>

  <property>
    <name>xasecure.audit.destination.solr</name>
    <value>true</value>
    <display-name>Audit to Solr</display-name>
    <description>Enable Audit to Solr for all ranger supported services. This property is overridable at service level</description>
    <value-attributes>
      <overridable>false</overridable>
      <type>value-list</type>
      <entries>
        <entry>
          <value>true</value>
          <label>ON</label>
        </entry>
        <entry>
          <value>false</value>
          <label>OFF</label>
        </entry>
      </entries>
      <selection-cardinality>1</selection-cardinality>
    </value-attributes>
  </property>

  <property>
    <name>is_solrCloud_enabled</name>
    <display-name>SolrCloud</display-name>
    <description>SolrCloud uses zookeeper for distributed search and indexing</description>
    <value>false</value>
    <value-attributes>
      <type>value-list</type>
      <overridable>false</overridable>
      <entries>
        <entry>
          <value>true</value>
          <label>ON</label>
        </entry>
        <entry>
          <value>false</value>
          <label>OFF</label>
        </entry>
      </entries>
      <selection-cardinality>1</selection-cardinality>
      <empty-value-valid>true</empty-value-valid>
    </value-attributes>
  </property>

  <property>
    <name>xasecure.audit.destination.hdfs</name>
    <value>true</value>
    <display-name>Audit to HDFS</display-name>
    <description>Enable Audit to HDFS for all ranger supported services. This property is overridable at service level</description>
    <value-attributes>
      <overridable>false</overridable>
      <type>value-list</type>
      <entries>
        <entry>
          <value>true</value>
          <label>ON</label>
        </entry>
        <entry>
          <value>false</value>
          <label>OFF</label>
        </entry>
      </entries>
      <selection-cardinality>1</selection-cardinality>
    </value-attributes>
  </property>

  <property>
    <name>xasecure.audit.destination.hdfs.dir</name>
    <value>hdfs://localhost:8020</value>
    <property-type>DONT_ADD_ON_UPGRADE</property-type>
    <display-name>Destination HDFS Directory</display-name>
    <description>HDFS folder to write audit to, make sure all service user has required permissions. This property is overridable at service level</description>
    <depends-on>
      <property>
        <type>core-site</type>
        <name>fs.defaultFS</name>
      </property>
    </depends-on>
  </property>

  <property>
    <name>xasecure.audit.destination.db</name>
    <value>false</value>
    <display-name>Audit to DB</display-name>
    <description>Enable Audit to DB for all ranger supported services. This property is overridable at service level</description>
    <value-attributes>
      <overridable>false</overridable>
      <type>value-list</type>
      <entries>
        <entry>
          <value>true</value>
          <label>ON</label>
        </entry>
        <entry>
          <value>false</value>
          <label>OFF</label>
        </entry>
      </entries>
      <selection-cardinality>1</selection-cardinality>
    </value-attributes>
  </property>

</configuration>