HBASE-22724 Addendum trim trailing spaces
[hbase.git] / conf / hbase-policy.xml
blobbf472407d173292c2d9e39ef17839494496fdc89
1 <?xml version="1.0"?>
2 <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
3 <!--
4 /**
5  * Licensed to the Apache Software Foundation (ASF) under one
6  * or more contributor license agreements.  See the NOTICE file
7  * distributed with this work for additional information
8  * regarding copyright ownership.  The ASF licenses this file
9  * to you under the Apache License, Version 2.0 (the
10  * "License"); you may not use this file except in compliance
11  * with the License.  You may obtain a copy of the License at
12  *
13  *     http://www.apache.org/licenses/LICENSE-2.0
14  *
15  * Unless required by applicable law or agreed to in writing, software
16  * distributed under the License is distributed on an "AS IS" BASIS,
17  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18  * See the License for the specific language governing permissions and
19  * limitations under the License.
20  */
21 -->
23 <configuration>
24   <property>
25     <name>security.client.protocol.acl</name>
26     <value>*</value>
27     <description>ACL for ClientProtocol and AdminProtocol implementations (ie. 
28     clients talking to HRegionServers)
29     The ACL is a comma-separated list of user and group names. The user and 
30     group list is separated by a blank. For e.g. "alice,bob users,wheel". 
31     A special value of "*" means all users are allowed.</description>
32   </property>
34   <property>
35     <name>security.admin.protocol.acl</name>
36     <value>*</value>
37     <description>ACL for HMasterInterface protocol implementation (ie. 
38     clients talking to HMaster for admin operations).
39     The ACL is a comma-separated list of user and group names. The user and 
40     group list is separated by a blank. For e.g. "alice,bob users,wheel". 
41     A special value of "*" means all users are allowed.</description>
42   </property>
44   <property>
45     <name>security.masterregion.protocol.acl</name>
46     <value>*</value>
47     <description>ACL for HMasterRegionInterface protocol implementations
48     (for HRegionServers communicating with HMaster)
49     The ACL is a comma-separated list of user and group names. The user and 
50     group list is separated by a blank. For e.g. "alice,bob users,wheel". 
51     A special value of "*" means all users are allowed.</description>
52   </property>
53 </configuration>