Skip to content

Commit

Permalink
Merge pull request #229 from FraunhoferISST/chore/228-remove-success-log
Browse files Browse the repository at this point in the history
chore: Removed unnecessary success log
  • Loading branch information
tom-rm-meyer-ISST authored Feb 1, 2024
2 parents 5b13d3d + 6f9a11d commit 5847ff6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public Authentication authenticate(Authentication authentication) throws Authent
}

if (apiKey.equals(headerKey)){
log.info("Request has valid key.");
return new ApiKeyAuthentication(headerKey, true);
}
throw new BadCredentialsException("API key is wrong.");
Expand Down

0 comments on commit 5847ff6

Please sign in to comment.