You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ashish Singhi (JIRA)" <ji...@apache.org> on 2014/11/21 14:06:34 UTC

[jira] [Created] (HBASE-12553) request value is not consistent for restoreSnapshot in audit logs

Ashish Singhi created HBASE-12553:
-------------------------------------

             Summary: request value is not consistent for restoreSnapshot in audit logs
                 Key: HBASE-12553
                 URL: https://issues.apache.org/jira/browse/HBASE-12553
             Project: HBase
          Issue Type: Bug
          Components: security
    Affects Versions: 2.0.0
            Reporter: Ashish Singhi
            Assignee: Ashish Singhi
            Priority: Minor


{code}
      requirePermission("restoreSnapshot", hTableDescriptor.getTableName(), null, null,
        Permission.Action.ADMIN);
    } else {
      requirePermission("restore", Action.ADMIN);

{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)