You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/06/05 14:37:00 UTC

[jira] [Commented] (DISPATCH-1013) Enable vhost policies to be used in the router config file (not just through separate JSON files)

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

ASF GitHub Bot commented on DISPATCH-1013:
------------------------------------------

Github user fgiorgetti closed the pull request at:

    https://github.com/apache/qpid-dispatch/pull/309


> 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: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org