-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Provide first class security support for actuator enpoints #6888
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
The solution should be pluggable so that people can develop their own strategies. |
Changing |
I think #6889 alone will be enough to support pluggable security. As long as the |
We need a way to secure actuator endpoints without necessarily needing Spring Security. The current situation of needing to make Spring Security directly aware of actuator URLs is quite problematic.
The text was updated successfully, but these errors were encountered: