Skip to content

Commit

Permalink
Exclude IP address check from qraphqlWs endpoint #907
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Feb 1, 2024
1 parent 4e804ca commit a6019db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ApiKeyInterceptor {

public ApiKeyInterceptor() {
// These controllers use JWT authorization instead
matchAll().excludes(controller: 'graphql').excludes(controller: 'paratoo').excludes(controller: 'harvest')
matchAll().excludes(controller: 'graphql').excludes(controller: 'paratoo').excludes(controller: 'harvest').excludes('graphqlWs')
}

boolean before() {
Expand Down

0 comments on commit a6019db

Please sign in to comment.