Managing connection security
Use connection security to ensure that only authorized user IDs are allowed to start a zRule Execution Server for z/OS or connect to execute rulesets.
About this task
Connection security uses the HBRCONN RACF® class to authorize user IDs to start or connect to the server. However, if the HBRADMIN class includes either of the following resource profiles, connection security for the server is disabled and the HBRCONN class is ignored.
- <HBRSSID_NAME>.NO.SUBSYS.SECURITY
- <HBRSSID_NAME>.NO.CONNECT.SECURITY
To manage connection security for a single server, set HBRSSID_NAME to a subsystem ID in the ++HBRSSIDLIST++ JCL variable. To manage connection security for multiple servers or for the entire server group, specify a wildcard as the subsystem ID.
To implement connection security, authorize the user ID under which the server runs and the user IDs of any applications that execute rulesets.
If you are managing multiple servers, you can use a wildcard as described previously to specify the subsystem ID, HBRSSID_NAME in the following procedure.