[
https://issues.apache.org/jira/browse/DISPATCH-1013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16502242#comment-16502242
]
ASF GitHub Bot commented on DISPATCH-1013:
------------------------------------------
GitHub user fgiorgetti opened a pull request:
https://github.com/apache/qpid-dispatch/pull/315
DISPATCH-1013 - Enable vhost policies to be defined on router config
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/fgiorgetti/qpid-dispatch
fgiorgetti-DISPATCH-1013
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/qpid-dispatch/pull/315.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #315
----
commit a62be32f143054ad2b10573abc2004b9752a3fe0
Author: Fernando Giorgetti <fgiorget@...>
Date: 2018-05-25T20:02:52Z
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]