Uploaded image for project: 'Qpid Dispatch'
  1. Qpid Dispatch
  2. DISPATCH-1013

Enable vhost policies to be used in the router config file (not just through separate JSON files)

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.2.0
    • Management Agent
    • None

    Description

      Enable vhost policies/groups to be defined through the router configuration file as well.
      Following a sample of what should be allowed:

      vhost {
       hostname: 0.0.0.0
       maxConnections: 15
       maxConnectionsPerUser: 10
       maxConnectionsPerHost: 10
       allowUnknownUser: true
       groups: {
        anonymous: {
         users: anonymous
         remoteHosts: 127.0.0.1, 10.0.0.1
         targets: *
         sources: *
         maxSessions: 100
         allowDynamicSource: true
        }
        $default: {
         users: *
         remoteHosts: *
         targets: public private
         sources: public, private
        }
       }
      }

      Attachments

        Activity

          People

            Unassigned Unassigned
            fgiorget Fernando Giorgetti
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: