[
https://issues.apache.org/jira/browse/HBASE-11344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14050969#comment-14050969
]
Hudson commented on HBASE-11344:
--------------------------------
SUCCESS: Integrated in HBase-TRUNK #5262 (See
[https://builds.apache.org/job/HBase-TRUNK/5262/])
HBASE-11344 Hide row keys and such from the web UIs (ddas: rev
9f8d1876a0412af2d751241cde511600cf7ac164)
*
hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/regionserver/RegionListTmpl.jamon
*
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestHRegionInfo.java
* hbase-server/src/main/resources/hbase-webapps/master/table.jsp
*
hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/AssignmentManagerStatusTmpl.jamon
* hbase-client/src/main/java/org/apache/hadoop/hbase/HRegionInfo.java
* dev-support/findbugs-exclude.xml
* hbase-common/src/main/resources/hbase-default.xml
> Hide row keys and such from the web UIs
> ---------------------------------------
>
> Key: HBASE-11344
> URL: https://issues.apache.org/jira/browse/HBASE-11344
> Project: HBase
> Issue Type: Improvement
> Reporter: Devaraj Das
> Assignee: Devaraj Das
> Fix For: 0.99.0
>
> Attachments: 11344-1.txt, 11344-2.txt, 11344-3.txt,
> 11344-committed.txt
>
>
> The table details on the master UI lists the start row keys of the regions.
> The row keys might have sensitive data. We should hide them based on whether
> or not the user accessing has the required authorization to view the table..
> To start with, we could make the display of row keys and such based on a
> configuration being true or false. If it is false, such potentially sensitive
> data is never displayed on the web UI.
--
This message was sent by Atlassian JIRA
(v6.2#6252)