You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2018/05/17 05:49:48 UTC

[GitHub] lizhanhui commented on issue #300: Ablout public network security

lizhanhui commented on issue #300: Ablout public network  security 
URL: https://github.com/apache/rocketmq/issues/300#issuecomment-389752382
 
 
   Yes, it's not safe and should not deploy RocketMQ without applying security protocols. Thankfully, we have already provided transmission tier security enforcement. If you need to deploy your RocketMQ cluster in public network, you're urged to activate 2-way TLS certificate authentication.
   
   If you need fine-grained permission check and control besides transmission encryption, you may implement your own Hook interfaces, say RPCHook interface or SendMessageHook etc. These hooks allow you to enforce checks and validations at various level. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services