You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2019/12/04 21:37:44 UTC

[GitHub] [bookkeeper] Ghatage opened a new issue #2209: BP-40 Audit logging for BookieShell

Ghatage opened a new issue #2209: BP-40 Audit logging for BookieShell
URL: https://github.com/apache/bookkeeper/issues/2209
 
 
   **BP**
   
   This is the master ticket for tracking BP-40 : Audit logging for BookieShell.
   
   In order to make a software compliant with the security and privacy controls, we need to meet certain audit requirements.
   One of them being able to track every human / user intervention in the software.
   Zookeeper has something similar going on in [ZOOKEEPER-1260](https://issues.apache.org/jira/browse/ZOOKEEPER-1260).
   
   The idea is that all user and human actions should be logged separately in a different log file which has stricter permissions and all interactions should be logged in detail.
   
   This is useful for admins to later surmise what user interactions happened and can reconstruct the state of the system before and after the user interaction based on the audit logs.
   
   Proposal PR - [Link](https://docs.google.com/document/d/1skocaIYC-9ZUsG7w2VAiGDbUG39ybYivrfvw9o5r2VA/edit?usp=sharing)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services