You can configure integration servers to use file-based authorization, by setting the security properties in the server.conf.yaml configuration file.
# Admin Security
# Authentication
#basicAuth: true # Clients web user name and password will be authenticated when set true
# Authorization
#adminSecurity: inactive # Clients web user role will be authorized when set active
#authMode: file # Set admin authorization mode. Choose 1 of : file or mq
Security:
Permissions:
# Set Admin Security Authorization file permissions by role using 'read+:write+:execute+' , or 'all+'
# '+' grants permission, '-' denies permission
# e.g. define the following roles 'viewOnly' and 'admin'
#viewOnly: 'read+:write-:execute-'
#admin: 'all+'
For information about controlling access to an integration node, see Configuring authorization for an integration node by modifying the node.conf.yaml file.
Configure the authorization mode for an integration server by completing the following steps:
You can also configure authorization for an integration server by using the mqsichangeauthmode command, and then set permissions by using the mqsichangefileauth command. For more information, see Configuring authorization by using the mqsichangeauthmode command and Setting file-based permissions.