You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/02/23 08:01:04 UTC

[GitHub] hrsakai opened a new pull request #1273: Allow superuser to consume without subscription_auth_mode check

hrsakai opened a new pull request #1273: Allow superuser to consume without subscription_auth_mode check
URL: https://github.com/apache/incubator-pulsar/pull/1273
 
 
   ### Motivation
   In our environment, websocket client can't subscribe topics whose namespace has subscription_auth_mode policy.
   This cause is that broker checks subscription_auth_mode even though role is superuser.
   Websocket proxy connects to broker with superuser role in our environment.
   
   ### Modifications
   Allow superuser to consume without subscription_auth_mode check.
   
   ### Result
   We can subscribe those topics through websocket proxy.

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