Skip to content

Commit

Permalink
Remove slack webhook protection
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellBerlin committed Aug 9, 2024
1 parent decb6d7 commit 20d3618
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class SecurityConfig {
.authorizeExchange { exchanges ->
exchanges
.pathMatchers("/mollie-payment-status").permitAll()
.pathMatchers("/slack-delivery-status").permitAll()
.anyExchange().authenticated()
}
.oauth2ResourceServer { oauth2 ->
Expand Down

0 comments on commit 20d3618

Please sign in to comment.