You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ashish Singhi (JIRA)" <ji...@apache.org> on 2014/12/04 17:17:13 UTC

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

     [ https://issues.apache.org/jira/browse/HBASE-12553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashish Singhi updated HBASE-12553:
----------------------------------
    Fix Version/s: 2.0.0

> 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
>             Fix For: 2.0.0
>
>         Attachments: HBASE-12553.patch
>
>
> {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)