Is there no way to programmatically set that up? We can't have the credentials to the audit store in clear text for goodness sake.
On Wed, Oct 2, 2013 at 4:09 PM, Kevin Minder (JIRA) <[email protected]> wrote: > > [ > https://issues.apache.org/jira/browse/KNOX-23?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13784368#comment-13784368] > > Kevin Minder commented on KNOX-23: > ---------------------------------- > > How do you feel about using this for the auditing to a database? > > http://www.tutorialspoint.com/log4j/log4j_logging_database.htm > > This little bit of config is the issue. > > # Set database user name and password > log4j.appender.DB.user=user_name > log4j.appender.DB.password=password > > > > > > -- > CONFIDENTIALITY NOTICE > NOTICE: This message is intended for the use of the individual or entity to > which it is addressed and may contain information that is confidential, > privileged and exempt from disclosure under applicable law. If the reader > of this message is not the intended recipient, you are hereby notified that > any printing, copying, dissemination, distribution, disclosure or > forwarding of this communication is strictly prohibited. If you have > received this communication in error, please contact the sender immediately > and delete it from your system. Thank You. > > > > Generate audit log of all gateway activity > > ------------------------------------------ > > > > Key: KNOX-23 > > URL: https://issues.apache.org/jira/browse/KNOX-23 > > Project: Apache Knox > > Issue Type: New Feature > > Components: Server > > Affects Versions: 0.2.0 > > Reporter: Kevin Minder > > Assignee: Vladimir Tkhir > > Fix For: 0.4.0 > > > > > > From BUG-4302 > > All interactions that pass through the gateway should be recorded in a > separate audit log. This should include the IP and principal of the caller > and potentially some service specific information (e.g. HDFS file name) > > > > -- > This message was sent by Atlassian JIRA > (v6.1#6144) >
