EVENT_ACCESS - UBROKER UACL entry

Description

A EVENT_ACCESS entry controls which Universal Enterprise Controller has read and delete access to the Universal Event Subsystem event data maintained by the Universal Broker.

There are two forms of the EVENT_ACCESS entry:

  • event_access is based on the host name and user ID of the client.
  • event_cert_access is based on a certificate map of the client.

Usage

Method

Syntax

IBM i

UNIX

Windows

z/OS

UACL File Keyword

event_access host,remote_user,read_access,delete_access

event_cert_access certid,read_access,delete_access

(tick)

(tick)

(tick)

(tick)

Values

host specifies an IP address of a Universal Agent component.


remote_user is the user identifier with which Universal Enterprise Controller is executing on the remote system.

(See Client Identification for details on host and remote_user specification syntax.)


read_access specifies whether or not reading event data is allowed.

Valid values for read_access are:

  • deny
    Access is denied to the read request.
  • allow
    Access is allowed to the read request.


delete_access specifies whether or not deleting event data is allowed.

Valid values for delete_access are:

  • deny
    Access is denied to the delete request.
  • allow
    Access is allowed to the delete request.

Defaults

event_access ALL,*,allow,deny

event_cert_access *,allow,deny

Examples

event_access 10.20.30.40,uecprod,allow,allow

event_access ALL,*,deny,deny

event_cert_access uecprod,allow,allow

event_cert_access *,deny,deny