Merge pull request #13313 from anuragkumawat/java-14471
JAVA-14471 Remove remaining code for moved articles
This commit is contained in:
commit
9ceb2e8e56
@ -30,7 +30,7 @@ class SecurityConfig {
|
|||||||
@Bean
|
@Bean
|
||||||
public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
|
public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
|
||||||
http.authorizeRequests()
|
http.authorizeRequests()
|
||||||
.antMatchers("/customers*", "/users*")
|
.antMatchers("/customers*")
|
||||||
.hasRole("USER")
|
.hasRole("USER")
|
||||||
.anyRequest()
|
.anyRequest()
|
||||||
.permitAll();
|
.permitAll();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user