-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Management Security Settings are ignored #3997
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I can't recreate this with 1.3.0.M5 or the latest 1.3 snapshot. With |
I've just added two integration tests that verify the behaviour with and without management security enabled. Still no joy with reproducing the problem. |
Closing due to lack of response. If this is still a problem, please let us know and we can re-open the issue. |
Setting the
management.security.enabled
tofalse
seems to have no effect anymore. I also tried to set it on a specific endpoint likeendpoints.health.sensitive=false
. Thus the actuator endpoints are always secured.Maybe this behavior is affected by this one: #3888
Reproducible with Spring Boot
1.3.0.M5
including theactuator
andspring-security
starters.The text was updated successfully, but these errors were encountered: