Remote IP authentication
------------------------
Key: QPID-2305
URL: https://issues.apache.org/jira/browse/QPID-2305
Project: Qpid
Issue Type: New Feature
Components: C++ Broker
Reporter: Armin Noll
We require a feature that allows to restrict on user level the IP addresses
from which a user is allowed to connect.
Multiple addresses in CIDR notation are possible per user.
We propose the following solution via rules in the ACL file (see also attached
modified source code):
acl <permission> {<group-name>|<user-name>|"all"} create connection
network=<network>
where <network> is a comma separated list of addresses nnn.nnn.nnn.nnn[/nn]
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]