| clear query|facets|time |
Search criteria: .
Results from 1 to 7 from
7 (0.116s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HBASE-6373] Add more context information to audit log messages - HBase - [issue]
|
|
...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 te...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6373
Author: Marcelo Vanzin,
2013-04-07, 06:12
|
|
|
[HBASE-6386] Audit log messages do not include column family / qualifier information consistently - HBase - [issue]
|
|
...The code related to this issue is in AccessController.java:permissionGranted().When creating audit logs, that method will do one of the following: grant access, create audit log with table n...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6386
Author: Marcelo Vanzin,
2013-01-16, 17:17
|
|
|
[HBASE-6393] Decouple audit event creation from storage in AccessController - HBase - [issue]
|
|
...Currently, AccessControler takes care of both generating audit events (by performing access checks) and storing them (by creating a log message and writing it to the AUDITLOG logger).This ma...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6393
Author: Marcelo Vanzin,
2012-12-30, 18:25
|
|
|
[HBASE-6585] Audit log messages should contain info about the higher level operation being executed - HBase - [issue]
|
|
...Currently, audit log messages contains the "action" for which access was checked; this is one of READ, WRITE, CREATE or ADMIN.These give very little information to the person digging into th...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6585
Author: Marcelo Vanzin,
2012-12-21, 14:17
|
|
|
Re: Enhancing AccessController - HBase - [mail # dev]
|
|
...Hello, On Thu, Jul 12, 2012 at 3:54 PM, Andrew Purtell wrote: Ah, good to know. It seems our git mirrors are a little bit out of date. My concern with trying to come...
|
|
|
Author: Marcelo Vanzin,
2012-07-12, 23:42
|
|
|
Re: Enhancing AccessController - HBase - [mail # dev]
|
|
...Hi Andrew, thanks for the feedback. On Thu, Jul 12, 2012 at 2:56 PM, Andrew Purtell wrote: I won't dispute that. :-) Consistent behavior is a good thing. For example, HDFS ...
|
|
|
Author: Marcelo Vanzin,
2012-07-12, 22:34
|
|
|
Enhancing AccessController - HBase - [mail # dev]
|
|
...Hi all, I've been doing some work around HBase security and I've identified a few enhancements that would make AccessController provide better audit information for people interested i...
|
|
|
Author: Marcelo Vanzin,
2012-07-12, 20:26
|
|
|
|