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 ed2c574 commit e404734
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
, "/api/health"
, "/api/v1/search"
).permitAll()
.anyRequest().authenticated())
.requiresChannel().anyRequest()
.requiresSecure();
.anyRequest().authenticated());
// .requiresChannel().anyRequest()
// .requiresSecure();
http
.oauth2Login()
.authorizationEndpoint()
Expand Down

0 comments on commit e404734

Please sign in to comment.