seung-00 opened a new pull request, #5099: URL: https://github.com/apache/zeppelin/pull/5099
### What is this PR for? Currently, configuration data is fetched through both REST API and WebSocket channels. However, the WebSocket path does not perform permission checks, and the only required data from it is the WebSocket max message size. I extracted the websocket max message size field into a dedicated REST API, to improve security and simplify configuration handling. ### What type of PR is it? Improvement ### Todos * [ ] #5060 ### What is the Jira issue? * Open an issue on Jira https://issues.apache.org/jira/browse/ZEPPELIN/6366 ### How should this be tested? - Check the configuration page (/configuration) - Check the notebook page (/notebook/{notebook_id}) ### Screenshots (if appropriate) ### Questions: * Does the license files need to update? N * Is there breaking changes for older versions? N * Does this needs documentation? N -- 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]
