Security
Comprehensive guide to securing Apache HBase, including authentication, authorization, encryption, and access control mechanisms.
Reporting Security Bugs
HBase adheres to the Apache Software Foundation's policy on reported vulnerabilities, available at http://apache.org/security/.
If you wish to send an encrypted report, you can use the GPG details provided for the general ASF security list. This will likely increase the response time to your report.
To protect existing HBase installations from exploitation, please do not use JIRA to report
security-related bugs. Instead, send your report to the mailing list private@hbase.apache.org,
which allows anyone to send messages, but restricts who can read them. Someone on that list will
contact you to follow up on your report.
In this section:
Web UI Security
Secure Client Access to Apache HBase
Simple User Access to Apache HBase
Transport Level Security (TLS) in HBase RPC communication
Securing Access to HDFS and ZooKeeper
Securing Access To Your Data
Security Configuration Example
HBase and MapReduce
Guide to using Apache HBase with MapReduce including configuration, examples, and best practices.
Web UI Security
HBase provides mechanisms to secure various components and aspects of HBase and how it relates to the rest of the Hadoop infrastructure, as well as clients and resources outside Hadoop.