[jira] [Updated] (HBASE-6373) Add more context information to audit log messages

2013-04-06 Thread stack (JIRA)

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

stack updated HBASE-6373:
-

Fix Version/s: (was: 0.95.0)
   0.94.2

Fix up after bulk move overwrote some 0.94.2 fix versions w/ 0.95.0 (Noticed by 
Lars Hofhansl)

 Add more context information to audit log messages
 --

 Key: HBASE-6373
 URL: https://issues.apache.org/jira/browse/HBASE-6373
 Project: HBase
  Issue Type: Improvement
  Components: security
Affects Versions: 0.94.2, 0.95.2
Reporter: Marcelo Vanzin
Priority: Minor
 Fix For: 0.94.2

 Attachments: accesscontroller094.patch, accesscontroller.patch, 
 accesscontroller.patch


 The attached patch adds more information to the audit log messages; namely, 
 it includes the IP address where the request originated, if it's available.
 The patch is against trunk, but I've tested it against the 0.92 branch. I 
 didn't find any unit test for this code, please let me know if I missed 
 something.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-6373) Add more context information to audit log messages

2012-08-06 Thread stack (JIRA)

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

stack updated HBASE-6373:
-

Attachment: accesscontroller094.patch

Patch for 0.94 branch.

 Add more context information to audit log messages
 --

 Key: HBASE-6373
 URL: https://issues.apache.org/jira/browse/HBASE-6373
 Project: HBase
  Issue Type: Improvement
  Components: security
Affects Versions: 0.96.0, 0.94.2
Reporter: Marcelo Vanzin
Priority: Minor
 Fix For: 0.96.0

 Attachments: accesscontroller.patch, accesscontroller.patch, 
 accesscontroller094.patch


 The attached patch adds more information to the audit log messages; namely, 
 it includes the IP address where the request originated, if it's available.
 The patch is against trunk, but I've tested it against the 0.92 branch. I 
 didn't find any unit test for this code, please let me know if I missed 
 something.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HBASE-6373) Add more context information to audit log messages

2012-08-06 Thread stack (JIRA)

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

stack updated HBASE-6373:
-

Fix Version/s: 0.94.2
 Release Note: Applied to 0.94 branch too.

 Add more context information to audit log messages
 --

 Key: HBASE-6373
 URL: https://issues.apache.org/jira/browse/HBASE-6373
 Project: HBase
  Issue Type: Improvement
  Components: security
Affects Versions: 0.96.0, 0.94.2
Reporter: Marcelo Vanzin
Priority: Minor
 Fix For: 0.96.0, 0.94.2

 Attachments: accesscontroller.patch, accesscontroller.patch, 
 accesscontroller094.patch


 The attached patch adds more information to the audit log messages; namely, 
 it includes the IP address where the request originated, if it's available.
 The patch is against trunk, but I've tested it against the 0.92 branch. I 
 didn't find any unit test for this code, please let me know if I missed 
 something.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HBASE-6373) Add more context information to audit log messages

2012-08-02 Thread Andrew Purtell (JIRA)

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

Andrew Purtell updated HBASE-6373:
--

Affects Version/s: 0.94.2

This is reasonable for inclusion in 0.94 as well.

 Add more context information to audit log messages
 --

 Key: HBASE-6373
 URL: https://issues.apache.org/jira/browse/HBASE-6373
 Project: HBase
  Issue Type: Improvement
  Components: security
Affects Versions: 0.96.0, 0.94.2
Reporter: Marcelo Vanzin
Priority: Minor
 Fix For: 0.96.0

 Attachments: accesscontroller.patch, accesscontroller.patch


 The attached patch adds more information to the audit log messages; namely, 
 it includes the IP address where the request originated, if it's available.
 The patch is against trunk, but I've tested it against the 0.92 branch. I 
 didn't find any unit test for this code, please let me know if I missed 
 something.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HBASE-6373) Add more context information to audit log messages

2012-07-18 Thread Marcelo Vanzin (JIRA)

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

Marcelo Vanzin updated HBASE-6373:
--

Affects Version/s: 0.96.0
   Status: Patch Available  (was: Open)

 Add more context information to audit log messages
 --

 Key: HBASE-6373
 URL: https://issues.apache.org/jira/browse/HBASE-6373
 Project: HBase
  Issue Type: Improvement
  Components: security
Affects Versions: 0.96.0
Reporter: Marcelo Vanzin
Priority: Minor
 Attachments: accesscontroller.patch, accesscontroller.patch


 The attached patch adds more information to the audit log messages; namely, 
 it includes the IP address where the request originated, if it's available.
 The patch is against trunk, but I've tested it against the 0.92 branch. I 
 didn't find any unit test for this code, please let me know if I missed 
 something.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HBASE-6373) Add more context information to audit log messages

2012-07-18 Thread stack (JIRA)

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

stack updated HBASE-6373:
-

   Resolution: Fixed
Fix Version/s: 0.96.0
 Hadoop Flags: Reviewed
   Status: Resolved  (was: Patch Available)

Committed to trunk.  Thanks for the patch Marcelo (I tried the failed test w/ 
patch applied locally a few times and it passed)

 Add more context information to audit log messages
 --

 Key: HBASE-6373
 URL: https://issues.apache.org/jira/browse/HBASE-6373
 Project: HBase
  Issue Type: Improvement
  Components: security
Affects Versions: 0.96.0
Reporter: Marcelo Vanzin
Priority: Minor
 Fix For: 0.96.0

 Attachments: accesscontroller.patch, accesscontroller.patch


 The attached patch adds more information to the audit log messages; namely, 
 it includes the IP address where the request originated, if it's available.
 The patch is against trunk, but I've tested it against the 0.92 branch. I 
 didn't find any unit test for this code, please let me know if I missed 
 something.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HBASE-6373) Add more context information to audit log messages

2012-07-11 Thread Marcelo Vanzin (JIRA)

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

Marcelo Vanzin updated HBASE-6373:
--

Attachment: accesscontroller.patch

Proposed patch.

 Add more context information to audit log messages
 --

 Key: HBASE-6373
 URL: https://issues.apache.org/jira/browse/HBASE-6373
 Project: HBase
  Issue Type: Improvement
  Components: security
Reporter: Marcelo Vanzin
Priority: Minor
 Attachments: accesscontroller.patch


 The attached patch adds more information to the audit log messages; namely, 
 it includes the IP address where the request originated, if it's available.
 The patch is against trunk, but I've tested it against the 0.92 branch. I 
 didn't find any unit test for this code, please let me know if I missed 
 something.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HBASE-6373) Add more context information to audit log messages

2012-07-11 Thread Marcelo Vanzin (JIRA)

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

Marcelo Vanzin updated HBASE-6373:
--

Attachment: accesscontroller.patch

Updated patch (empty string instead of null if remote address not available).

 Add more context information to audit log messages
 --

 Key: HBASE-6373
 URL: https://issues.apache.org/jira/browse/HBASE-6373
 Project: HBase
  Issue Type: Improvement
  Components: security
Reporter: Marcelo Vanzin
Priority: Minor
 Attachments: accesscontroller.patch, accesscontroller.patch


 The attached patch adds more information to the audit log messages; namely, 
 it includes the IP address where the request originated, if it's available.
 The patch is against trunk, but I've tested it against the 0.92 branch. I 
 didn't find any unit test for this code, please let me know if I missed 
 something.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira