[
https://issues.apache.org/jira/browse/KARAF-4435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Baptiste Onofré updated KARAF-4435:
----------------------------------------
Component/s: karaf
> Add eventadmin event when a MBean operation is performed
> --------------------------------------------------------
>
> Key: KARAF-4435
> URL: https://issues.apache.org/jira/browse/KARAF-4435
> Project: Karaf
> Issue Type: New Feature
> Components: karaf
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
> Priority: Major
>
> When an user performs a shell command, an eventadmin event is generated. For
> instance, the log:log FOO command results the following event:
> {code}
> event.topics:org/apache/karaf/shell/console/EXECUTING
> subject:Subject:
> Principal: UserPrincipal[karaf]
> Principal: RolePrincipal[viewer]
> Principal: GroupPrincipal[admingroup]
> Principal: RolePrincipal[manager]
> Principal: RolePrincipal[admin]
> Principal: RolePrincipal[systembundles]
> command:log:log FOO
> timestamp:1458736883278
> {code}
> Thanks to that we can audit the actions performed by an user.
> It would be great to provide similar behaviors for the MBean operations, in
> order to audit actions performed via the JMX layer.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)