Considering that both intended contributions are connected to RabbitMQ and the counterpart is Pivotal in both cases,
Can you please inquire with the admins of rabbitmq-web-mqtt is by signing the CCLA of rabbitmq-mqtt (see attached and referenced below highlighted in green) would suffice to make both contributions, or if the “old” contribution agreement indicated in the rabbitmq-web-mqtt (see below highlighted in teal) needs to be signed as well?
rabbitmq-mqtt
Contribution Guidelines à https://github.com/rabbitmq/rabbitmq-mqtt/blob/master/CONTRIBUTING.md
Contributor Agreement à https://cla.pivotal.io/sign/rabbitmq (see attached)
rabbitmq-web-mqtt
Contribution Guidelines à https://github.com/rabbitmq/rabbitmq-web-mqtt/blob/master/CONTRIBUTING.md
Contributor Agreement à https://github.com/rabbitmq/ca#how-to-submit
Hi Luke,
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/f6dc705b-12be-4970-920d-16cd2f6b9987%40googlegroups.com.
Hi Michael,
Any user who wants also additional business
logic to be implemented for authentication and authorization based
on a REST based controller.
* How does it fit into the existing authN/authZ framework?
An additional layer where we use combination of device certificate fingerprint and REST based services to hit our internal A&A implementation. Any user who wants additional layer of authentication on top of the broker provided security can use this plugin.
* Why can't it be achieved using, say, rabbitmq_auth_backend_http, a custom service and rabbitmq_auth_backend_cache to mitigate the overhead?
There is an additional layer of logic that has been implemented where we call chain of services to pass through before we allow messages to read or written by a device connected to the queue using MQTT / Web MQTT plugins.
* How do we test it?
Sample web service stub can be used to prove the points.
Thanks,