Hello user group!
We have some sensitive data in messages being published on RabbitMQ. Clients and broker communicate over TLS, which is a first step in securing the data. Next issue is persistence. I’m a bit uncertain if the “message store” (as described here: https://www.rabbitmq.com/persistence-conf.html) encrypts messages that are stored on disk. From what I’ve read here messages are encoded in a internal, custom file format. It also seems like it is not possible to replace the persistence mechanism (https://stackoverflow.com/questions/37102978/is-there-any-strong-support-for-sql-database-to-persist-rabbitmq-message).
I guess that it is possible for someone with knowledge in RabbitMQ message store should be able to decode messages stored on disk and thus get access to the information in the message.
Am I right to assume this?
BR
Pär
--
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-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
- Maayan
On Friday, August 25, 2017 at 11:45:38 AM UTC+3, thefellow...@gmail.com wrote:
Hello user group!
We have some sensitive data in messages being published on RabbitMQ. Clients and broker communicate over TLS, which is a first step in securing the data. Next issue is persistence. I’m a bit uncertain if the “message store” (as described here: https://www.rabbitmq.com/persistence-conf.html ) encrypts messages that are stored on disk. From what I’ve read here messages are encoded in a internal, custom file format. It also seems like it is not possible to replace the persistence mechanism ( https://stackoverflow.com/questions/37102978/is-there-any-strong-support-for-sql-database-to-persist-rabbitmq-message ).
I guess that it is possible for someone with knowledge in RabbitMQ message store should be able to decode messages stored on disk and thus get access to the information in the message.
Am I right to assume this?