Skip to content

Commit

Permalink
test: https remove
Browse files Browse the repository at this point in the history
  • Loading branch information
toychip committed Jan 22, 2024
1 parent 979b78c commit a5c633b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
, "/api/health"
, "/api/v1/search"
).permitAll()
.anyRequest().authenticated())
.requiresChannel().requestMatchers("/login/**", "/oauth/**")
.requiresSecure();
.anyRequest().authenticated());

http
.oauth2Login()
Expand Down

0 comments on commit a5c633b

Please sign in to comment.