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/01/24 20:11:49 UTC

[GitHub] rdhabalia opened a new pull request #1106: Fix: ignore auth flag for websocket-proxy to broker authentication

rdhabalia opened a new pull request #1106: Fix: ignore auth flag for websocket-proxy to broker authentication
URL: https://github.com/apache/incubator-pulsar/pull/1106
 
 
   ### Motivation
   
   Right now, when user wants to deploy websocket proxy which communicates to broker it requires
   - Disable client to websocket authentication by disabling `authenticationEnabled` flag.
   - Enable websocket proxy to broker authentication if auth-param present.
   So, websocket to broker authentication should not depend on `authenticationEnabled` flag.
   
   ### Modifications
   
   Remove websocket to broker auth dependency form `authenticationEnabled` flag.
   
   ### Result
   
   User can disable webscoket authentication and same user can enable websocket to broker authentication also.
   

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