Skip to content

Commit

Permalink
Reduce log level in HttpJwtAuthenticator if request cannot be authent…
Browse files Browse the repository at this point in the history
…icated (opensearch-project#4913)

Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks authored Nov 19, 2024
1 parent 2a79757 commit af85109
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ private AuthCredentials extractCredentials0(final SecurityRequest request) {
}
}
}
log.error("Failed to parse JWT token using any of the available parsers");
log.debug("Unable to authenticate JWT Token with any configured signing key");
return null;
}

Expand Down

0 comments on commit af85109

Please sign in to comment.