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 in the left-hand navigation panel - Configure → MQTT Distributor → Settings. 

Image Removed

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

...

  • Allow Anonymous MQTT Connections

Image RemovedImage Added

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 Removed

Image AddedEach 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 Removed

Image AddedACL Format

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

...