-
Notifications
You must be signed in to change notification settings - Fork 41.5k
Closed
Labels
type: regressionA regression from a previous releaseA regression from a previous release
Milestone
Description
In spring cloud there are numerous MvcEndpoints that took advantage of the ability of SpringMVC to add arbitrarily complex behaviors to the actuator such as:
- complex POST parameters (maps & objects)
- wrapping a servlet (
/hystrix.stream
), basically access to rawHttpServletRequest
&HttpServletResponse
The benefit of having them in actuator is that they aren't part of the main application and can be protected by actuator security.
If we move them to normal endpoints we would lose all of the benefits of actuator (global disabled, security, management port, etc...) that are users are used to.
Thoughts?
ptahchiev
Metadata
Metadata
Labels
type: regressionA regression from a previous releaseA regression from a previous release