rdhabalia opened a new pull request, #16234:
URL: https://github.com/apache/pulsar/pull/16234

   ### Motivation
   Websocket proxy can be used by user to deploy at client side to serve as a 
proxy between client app and broker. However, user also wants to enable 
encryption by publishing and consuming encrytepd messages. Therefore, user 
wants to enable encryption at websocket proxy which can encrypt publish/consume 
messages for user. So, we need encryption support at Websocket proxy which can 
use user-provided `CryptoKeyReader` implementation and load appropriate 
encryption keys to publish/consume encrypted message.
   
   ### Modification
   - Support configurable `CryptoKeyReaderFactory` at websocket proxy which can 
create `CryptoKeyReader` for websocket
   - websocket producer supports encryption-keys to encrypt message
   - websocket consumer supports message decryption
   
   ### Result
   Websocket supports encryption/decryption for producer/consumer/reader.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to