Skip to content

Commit

Permalink
RAC-478 fix : security설정 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ywj9811 committed Jan 8, 2025
1 parent 19170a1 commit 7a70f86
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 43 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ protected SecurityFilterChain config(HttpSecurity http) throws Exception {
.authorizeHttpRequests(authorize -> authorize
.requestMatchers(PASS).permitAll()
.requestMatchers("/admin/**").hasAuthority(Role.ADMIN.name())
.requestMatchers("/adminServer/loginForm").permitAll()
.requestMatchers("/adminServer/login").permitAll()
.requestMatchers("/adminServer/**").hasAuthority(Role.ADMIN.name())
.requestMatchers("/bizppurio/**").hasAuthority(Role.ADMIN.name())
.requestMatchers(HttpMethod.PATCH, "/senior/**").hasAuthority(Role.SENIOR.name())
.requestMatchers(HttpMethod.POST, "/senior/**").hasAuthority(Role.SENIOR.name())
Expand Down
40 changes: 0 additions & 40 deletions src/main/resources/templates/adminLogin.html

This file was deleted.

0 comments on commit 7a70f86

Please sign in to comment.