You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (Jira)" <ji...@apache.org> on 2020/10/09 03:47:00 UTC

[jira] [Assigned] (KARAF-4435) Add eventadmin event when a MBean operation is performed

     [ https://issues.apache.org/jira/browse/KARAF-4435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré reassigned KARAF-4435:
-------------------------------------------

    Assignee:     (was: Jean-Baptiste Onofré)

> 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é
>            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)