Currently, the only way to filter IP addresses for the users is to create a custom broker plugin to intercept and filter.
For security reason and integration in the infrastructure, it's a classic approach to filter (allowlist/denylist) clients IP addresses (or CIDR).
This can be added at TransportConnector level, configured directly on the URI.
Currently, the only way to filter IP addresses for the users is to create a custom broker plugin to intercept and filter.
For security reason and integration in the infrastructure, it's a classic approach to filter (allowlist/denylist) clients IP addresses (or CIDR).
This can be added at
TransportConnectorlevel, configured directly on the URI.