[jboss-jira] [JBoss JIRA] (ELY-995) Elytron Audit Logging does not log principal if simple file format is used
Bartosz Baranowski (JIRA)
issues at jboss.org
Fri Mar 10 03:43:00 EST 2017
[ https://issues.jboss.org/browse/ELY-995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bartosz Baranowski reassigned ELY-995:
--------------------------------------
Assignee: Bartosz Baranowski
> 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: Bartosz Baranowski
> Priority: Critical
> Attachments: deployment.war
>
>
> _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