ruanwenjun opened a new pull request, #18583: URL: https://github.com/apache/dolphinscheduler/pull/18583
## Was this PR generated or assisted by AI? YES. The implementation, tests, and pull request text were assisted by AI. ## Purpose of the pull request Align Actuator authentication rules with Spring Boot registered endpoint matching so equivalent paths resolved to the same endpoint use consistent access rules. Closes #18582. ## Brief change log - Use `EndpointRequest` for Actuator endpoint matching. - Apply configured exclusions through registered endpoint IDs. - Add embedded Jetty coverage for endpoint path variants and authentication modes. ## Verify this pull request This change added tests and can be verified as follows: - Run `./mvnw -pl dolphinscheduler-authentication/dolphinscheduler-actuator-authentication -am clean verify -Dtest=ActuatorAuthenticationAutoConfigurationTest -Dsurefire.failIfNoSpecifiedTests=false -DskipITs`. - Confirm all three `ActuatorAuthenticationAutoConfigurationTest` cases pass. -- 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]
