Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

MQTT Distributor provides a configuration section to the Ignition Gateway.  These can be seen in the Configure section of the Ignition Gateway web UI on the left panel.

Image Modified

Once in the Settings section there are two tabs.  Each has a number of configuration options as described below.

...

  • Allow Anonymous MQTT Connections

Image Modified

Users

These are the username/password pairs that are allowed to connect to the MQTT Server and also contains the Access Control Lists (ACLs) for each user.  MQTT Distributor requires that every client connecting to the MQTT Server must provide a valid username and password that is provisioned here.  Any client attempting an anonymous connection will be rejected.  ACLs control what topics a given username/password pair is allowed to publish and subscribe on.  These are described later in this page.

Image Modified

Each user has the following configuration:

...

  • Username
    • The username that must be provided in the MQTT Connect packet
  • Password
    • The password that must be provided in the MQTT Connect packet
  • ACLs
    • The comma separated list of ACLs that clients connecting with this username and password are allowed to publish and subscribe on

Image ModifiedACL Format

ACLs are defined by the following format: [R|W|RW] topic

...