Disabling administration security

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

About this task

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

Procedure

  1. Open the node.conf.yaml configuration file for your integration node, by using a YAML editor.

    You can edit the file by using the built-in YAML editor that is provided in the IBM® App Connect Enterprise Toolkit, either by double-clicking the file in the Application Development view or by right-clicking the file and selecting Open with > YAML editor. If you choose to edit the file by using a plain text editor, ensure that you do not include any tab characters (which are not valid in YAML) and use a YAML validation tool to validate the contents of your file.

  2. In the node.conf.yaml file, set the authorizationEnabled property to false:
    For example:
    authorizationEnabled: false
  3. Save the modified node.conf.yaml file.
  4. 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.