Fernando Giorgetti created DISPATCH-1013:
--------------------------------------------

             Summary: Enable vhost policies to be used in the router config 
file (not just through separate JSON files)
                 Key: DISPATCH-1013
                 URL: https://issues.apache.org/jira/browse/DISPATCH-1013
             Project: Qpid Dispatch
          Issue Type: Improvement
          Components: Management Agent
            Reporter: Fernando Giorgetti


Enable vhost policies/groups to be defined through the router configuration 
file as well.
Following a sample of what should be allowed:
{code:java}
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
  }
 }
}{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to