shangeyao opened a new issue, #4388: URL: https://github.com/apache/streampark/issues/4388
## Problem - `/actuator/**`, `/h2-console/**`, and `/metrics/**` are currently anonymous in Shiro, exposing management endpoints without authentication - H2 dev profile seeds a default admin password (`streampark`) without a startup warning ## Proposed solution - Keep `/actuator/health` and `/actuator/info` anonymous for probes; require JWT for other actuator, H2 console, and metrics endpoints - Log a startup WARN when H2 embedded database is detected -- 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]
