jianjun159 commented on code in PR #3630: URL: https://github.com/apache/incubator-streampark/pull/3630#discussion_r1540361785
########## streampark-console/streampark-console-service/src/main/assembly/script/schema/mysql-schema.sql: ########## @@ -191,6 +191,7 @@ create table `t_flink_project` ( `user_name` varchar(64) collate utf8mb4_general_ci default null, `password` varchar(64) collate utf8mb4_general_ci default null, `prvkey_path` varchar(128) collate utf8mb4_general_ci default null, + `salt` varchar(26) collate utf8mb4_general_ci default null, Review Comment: The salt length is used in the ShaHashUtils salt generation method, the default length is 26, but the password will be longer after encryption, resulting in database writing problems -- 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: issues-unsubscr...@streampark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org