njnu-seafish commented on PR #17577: URL: https://github.com/apache/dolphinscheduler/pull/17577#issuecomment-3409764829
> > > Why don't directly use the security feature provided by springboot > > > ``` > > > management: > > > security: > > > enabled: true > > > ``` > > > > > > First, it didn't take effect, possibly due to issues with my testing. Secondly, using custom logic facilitates the unification of the four services and can also be adapted to service health checks in Kubernetes (K8S) environments. > > It didn't take effect, might due to we should add `Spring Security ` module, and we can filter the health endpoint in security check. > > > Why don't directly use the security feature provided by springboot > > > ``` > > > management: > > > security: > > > enabled: true > > > ``` > > > > > > First, it didn't take effect, possibly due to issues with my testing. Secondly, using custom logic facilitates the unification of the four services and can also be adapted to service health checks in Kubernetes (K8S) environments. > > It didn't take effect, might due to we should add `Spring Security ` module, and we can filter the health endpoint in security check. Alright, I will spend some time to test it. -- 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]
