IBM App Connect Enterprise, Version 11.0.0.2 Operating Systems: Windows, Linux


Disabling administration security

Disable administration security to remove control over an integration node and its resources.

About this task

You can disable administrative security for an integration node by updating the adminSecurity property in the node.conf.yaml configuration file.

Procedure

  1. Stop the integration node by using the web user interface or by running the mqsistop command.
  2. Open the node.conf.yaml configuration file for your integration node, by using a YAML editor.

    If you do not have access to a YAML editor, you can edit the file by using a plain text editor; however, you must ensure that you do not include any tab characters, which are invalid characters in YAML and will cause your integration node configuration to fail. If you are using a plain text editor, ensure that you use a YAML validation tool to validate the content of your file.

  3. In the node.conf.yaml file, set the adminSecurity property to inactive: For example:
    adminSecurity: inactive
  4. Save the modified node.conf.yaml file.
  5. Restart the integration node by using the web user interface or the mqsistart command.

Results

When this command completes, all users are able to complete tasks against the integration node. They can also complete all tasks against all integration servers that have been defined, and that are defined in the future, on this integration node.

bp43620_.htm | Last updated 2018-11-02 14:46:33