2 <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
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
13 * http://www.apache.org/licenses/LICENSE-2.0
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.
25 <name>security.client.protocol.acl</name>
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>
35 <name>security.admin.protocol.acl</name>
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>
45 <name>security.masterregion.protocol.acl</name>
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>