shangeyao opened a new issue, #4392:
URL: https://github.com/apache/streampark/issues/4392
## Problem
`SettingController.get` and `SettingController.checkHadoop` lack
`@RequiresPermissions`, allowing any authenticated user to read arbitrary
settings keys or probe Hadoop connectivity.
## Proposed solution
Add `@RequiresPermissions("setting:view")` to both endpoints, consistent
with other setting read operations.
--
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]