[ https://issues.apache.org/jira/browse/DISPATCH-1013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ganesh Murthy updated DISPATCH-1013: ------------------------------------ Fix Version/s: 1.2.0 > 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 > Fix For: 1.2.0 > > > 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-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org