Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 355C71822C for ; Mon, 10 Aug 2015 00:22:46 +0000 (UTC) Received: (qmail 39231 invoked by uid 500); 10 Aug 2015 00:22:46 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 39184 invoked by uid 500); 10 Aug 2015 00:22:46 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 39173 invoked by uid 99); 10 Aug 2015 00:22:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Aug 2015 00:22:46 +0000 Date: Mon, 10 Aug 2015 00:22:45 +0000 (UTC) From: "Josh Elser (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-3946) Not all accumulo events are audited for Audit logging MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ACCUMULO-3946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14679428#comment-14679428 ] Josh Elser commented on ACCUMULO-3946: -------------------------------------- Looks much better, [~james.mello]. Only recommendation I have to make is to follow suit with AuditedSecurityException and push the audit log message and exception throwing into the {{canCreateTable(c)}} implementation. It is a little weird to read at first glance, but it's consistent which is more important. > Not all accumulo events are audited for Audit logging > ----------------------------------------------------- > > Key: ACCUMULO-3946 > URL: https://issues.apache.org/jira/browse/ACCUMULO-3946 > Project: Accumulo > Issue Type: Bug > Affects Versions: 1.5.3 > Reporter: James Mello > Assignee: James Mello > Fix For: 1.5.4 > > > Currently accumulo does not log all the major events such as table creation and permissions changes. Please modify the existing logging to include missing auditing. Note this is related to ticket ACCUMUO-3939. -- This message was sent by Atlassian JIRA (v6.3.4#6332)