my menus 권한 수정
This commit is contained in:
@@ -79,8 +79,8 @@ public class SecurityConfig {
|
|||||||
"/api/members/*/password",
|
"/api/members/*/password",
|
||||||
"/v3/api-docs/**")
|
"/v3/api-docs/**")
|
||||||
.permitAll()
|
.permitAll()
|
||||||
// 로그인한 사용자만 가능
|
// 로그인한 사용자만 가능 IAM
|
||||||
.requestMatchers("/api/user/**")
|
.requestMatchers("/api/user/**", "/api/my/menus")
|
||||||
.authenticated()
|
.authenticated()
|
||||||
.anyRequest()
|
.anyRequest()
|
||||||
.access(menuAuthorizationManager)
|
.access(menuAuthorizationManager)
|
||||||
|
|||||||
Reference in New Issue
Block a user