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 2020/03/11 02:30:08 UTC

[GitHub] [rocketmq] coder-zzzz opened a new issue #1834: [acl] add allowedRemoteAddresses to limit the access

coder-zzzz opened a new issue #1834: [acl] add allowedRemoteAddresses to limit the access 
URL: https://github.com/apache/rocketmq/issues/1834
 
 
   **FEATURE REQUEST**
   
   1. Please describe the feature you are requesting.
   i want to limit the requestes just come from some ip remote addresses,but the whiteRemoteAddress or globalRemoteAddresses can not match my requiremenet. 
   
   2. Provide any additional detail on your proposed use case for this feature.
   add a allowedRemoteAddresses[array] param
   
   2. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?
   No, I implement it already, and use in the product environment.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

[GitHub] [rocketmq] duhenglucky closed issue #1834: [acl] add allowedRemoteAddresses to limit the access

Posted by GitBox <gi...@apache.org>.
duhenglucky closed issue #1834: [acl] add allowedRemoteAddresses to limit the access 
URL: https://github.com/apache/rocketmq/issues/1834
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

[GitHub] [rocketmq] coder-zzzz commented on issue #1834: [acl] add allowedRemoteAddresses to limit the access

Posted by GitBox <gi...@apache.org>.
coder-zzzz commented on issue #1834: [acl] add allowedRemoteAddresses to limit the access 
URL: https://github.com/apache/rocketmq/issues/1834#issuecomment-598136690
 
 
   > @coder-zzzz RocketMQ already supports whitelist control of IP. Some related [documentation](https://github.com/apache/rocketmq/blob/master/docs/cn/acl/user_guide.md) is available
   
   Or another way is use iptables~So this feature is nice-to-have

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

[GitHub] [rocketmq] coder-zzzz commented on issue #1834: [acl] add allowedRemoteAddresses to limit the access

Posted by GitBox <gi...@apache.org>.
coder-zzzz commented on issue #1834: [acl] add allowedRemoteAddresses to limit the access 
URL: https://github.com/apache/rocketmq/issues/1834#issuecomment-598049488
 
 
   > @coder-zzzz RocketMQ already supports whitelist control of IP. Some related [documentation](https://github.com/apache/rocketmq/blob/master/docs/cn/acl/user_guide.md) is available
   
   I had already read this md, the globalWhiteRemoteAddresses and whiteRemoteAddress means that ip in these addresses can access the cluster without ak,sk. But can not prevent someone use the same ak,sk in dev env to access to the product env.It is dangerous~

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

[GitHub] [rocketmq] duhenglucky commented on issue #1834: [acl] add allowedRemoteAddresses to limit the access

Posted by GitBox <gi...@apache.org>.
duhenglucky commented on issue #1834: [acl] add allowedRemoteAddresses to limit the access 
URL: https://github.com/apache/rocketmq/issues/1834#issuecomment-598046810
 
 
   @coder-zzzz RocketMQ already supports whitelist control of IP. Some related [documentation](https://github.com/apache/rocketmq/blob/master/docs/cn/acl/user_guide.md) is available

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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