michaeljmarshall opened a new issue, #20236: URL: https://github.com/apache/pulsar/issues/20236
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation With #19849, we have support for OpenID Connect Authentication. That feature is not yet available in the WebSocket proxy because PIP 97 #12105 has not yet been implemented for the WebSocket Proxy's code path. ### Solution Implement PIP 97 #12105 in the websocket proxy. Here is the problematic code: https://github.com/apache/pulsar/blob/516437e370a711d48fe1d444a0c47e64e7cf2f4b/pulsar-websocket/src/main/java/org/apache/pulsar/websocket/AbstractWebSocketHandler.java#L102-L107 ### Alternatives _No response_ ### Anything else? I plan on working to implement this soon. ### Are you willing to submit a PR? - [X] I'm willing to submit a PR! -- 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]
