Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Reviewed
-
This change allows the REST and Thrift servers to handle the "doAs" parameter case-insensitively, which is deemed as correct per the "specification" provided by the Hadoop community.
Description
Hadoop does a case-insensitve comparison on the doAs parameter name when handling principal impersonation.
The HBase Rest and Thrift servers do not do that, they only accept the "doAs" form.
According to HADOOP-11083, the the correct Hadoop behaviour is accepting doAs in any case.
Attachments
Issue Links
- is related to
-
HBASE-24252 Implement proxyuser/doAs mechanism for hbase-http
- Resolved
- links to