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

2014-12-09 Thread Ted Yu (JIRA)

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

Ted Yu updated HBASE-12553:
---
  Resolution: Fixed
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

Thanks for the patch, Ashish.

 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)


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

2014-12-04 Thread Ashish Singhi (JIRA)

 [ 
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)


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

2014-11-21 Thread Ashish Singhi (JIRA)

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

Ashish Singhi updated HBASE-12553:
--
Attachment: HBASE-12553.patch

A very simple patch for trunk.
please review.

 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
 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)


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

2014-11-21 Thread Ashish Singhi (JIRA)

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

Ashish Singhi updated HBASE-12553:
--
Status: Patch Available  (was: Open)

 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
 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)