Skip to content

Commit

Permalink
Merge pull request #54 from KjellBerlin/remove-slack-webhook-protection
Browse files Browse the repository at this point in the history
Remove slack webhook protection
  • Loading branch information
KjellBerlin authored Aug 9, 2024
2 parents 274253c + 20d3618 commit e28464c
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 e28464c

Please sign in to comment.