You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by "ShadowySpirits (via GitHub)" <gi...@apache.org> on 2023/05/28 08:44:34 UTC

[GitHub] [rocketmq-clients] ShadowySpirits opened a new issue, #526: [Feature] Support ACL authorization for rust SDK

ShadowySpirits opened a new issue, #526:
URL: https://github.com/apache/rocketmq-clients/issues/526

   ### Programming Language of the Client
   
   Rust
   
   ### Is Your Feature Request Related to a Problem?
   
   No.
   
   ### Describe the Solution You'd Like
   
   Like Java SDK, which provides an authorization header containing credentials and signature information.
   
   Header `authorization` format:
   MQv2-HMAC-SHA1 Credential={}, SignedHeaders=x-mq-date-time, Signature={}
   
   ### Describe Alternatives You've Considered
   
   SHA1 is not recommended due to security reasons, we could consider using SHA2 instead.
   
   ### Additional Context
   
   _No response_


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq-clients] lizhanhui closed issue #526: [Feature] Support ACL authorization for rust SDK

Posted by "lizhanhui (via GitHub)" <gi...@apache.org>.
lizhanhui closed issue #526: [Feature] Support ACL authorization for rust SDK
URL: https://github.com/apache/rocketmq-clients/issues/526


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org