healchow commented on code in PR #5195:
URL: https://github.com/apache/inlong/pull/5195#discussion_r929423660
##########
inlong-manager/manager-web/src/main/java/org/apache/inlong/manager/web/auth/impl/InlongShiroImpl.java:
##########
@@ -80,7 +80,7 @@ public WebSessionManager getWebSessionManager() {
@Override
public CredentialsMatcher getCredentialsMatcher() {
HashedCredentialsMatcher hashedCredentialsMatcher = new
HashedCredentialsMatcher();
- hashedCredentialsMatcher.setHashAlgorithmName("MD5");
+ hashedCredentialsMatcher.setHashAlgorithmName("SHA-256");
Review Comment:
Please extract the `SHA-256` as a constant, thanks.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]