[ 
https://issues.apache.org/jira/browse/DISPATCH-1013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16502267#comment-16502267
 ] 

ASF subversion and git services commented on DISPATCH-1013:
-----------------------------------------------------------

Commit a62be32f143054ad2b10573abc2004b9752a3fe0 in qpid-dispatch's branch 
refs/heads/master from [~fgiorget]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=a62be32 ]

DISPATCH-1013 - Enable vhost policies to be defined on router config


> 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
>            Priority: Major
>
> 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