wenhao created HBASE-25654:
------------------------------
Summary: [Documentation] Fix format error in security.adoc
Key: HBASE-25654
URL: https://issues.apache.org/jira/browse/HBASE-25654
Project: HBase
Issue Type: Bug
Components: documentation
Affects Versions: 3.0.0-alpha-1
Reporter: wenhao
Assignee: wenhao
h3. 60.6. Configure the Thrift Gateway to Use the {{doAs}} Feature
...
*To enable the {{doAs}} feature*, add the following to the _hbase-site.xml_
file for every Thrift gateway:
{code:java}
//代码占位符
{code}
<property> <name>hbase.regionserver.thrift.http</name> <value>true</value>
</property> <property> <name>hbase.thrift.support.proxyuser</name>
<value>true/value> </property>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)