[jboss-jira] [JBoss JIRA] (ELY-995) Elytron Audit Logging does not log principal if simple file format is used
Jan Tymel (JIRA)
issues at jboss.org
Wed Mar 8 10:05:00 EST 2017
Jan Tymel created ELY-995:
-----------------------------
Summary: Elytron Audit Logging does not log principal if simple file format is used
Key: ELY-995
URL: https://issues.jboss.org/browse/ELY-995
Project: WildFly Elytron
Issue Type: Bug
Reporter: Jan Tymel
Assignee: Darran Lofthouse
Priority: Critical
_SIMPLE_ format of Elytron Audit Logging does not contain the information about the principal when the authentication is not successful. _JSON_ format contains such piece of information.
Compare _JSON_ format
{noformat}
3/8/17 3:53 PM,WARNING,{"event":"SecurityAuthenticationFailedEvent","event-time":"3/8/17 3:53 PM","security-identity":{"name":"anonymous","creation-time":"3/8/17 3:53 PM"},"success":false,"principal":"user"}
{noformat}
to _SIMPLE_ format
{noformat}
3/8/17 3:54 PM,WARNING,event=SecurityAuthenticationFailedEvent,event-time=3/8/17 3:54 PM,security-identity=[name=anonymous,creation-time=3/8/17 3:54 PM],success=false}
{noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list