Merge branch '2.4.x'
Closes gh-24543
This commit is contained in:
@@ -63,6 +63,7 @@ public class ManagementWebSecurityAutoConfiguration {
|
||||
requests.requestMatchers(EndpointRequest.to(HealthEndpoint.class, InfoEndpoint.class)).permitAll();
|
||||
requests.anyRequest().authenticated();
|
||||
});
|
||||
http.cors();
|
||||
http.formLogin(Customizer.withDefaults());
|
||||
http.httpBasic(Customizer.withDefaults());
|
||||
return http.build();
|
||||
|
||||
Reference in New Issue
Block a user