iushas opened a new issue, #1879: URL: https://github.com/apache/kvrocks/issues/1879
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Version 所有版本 ### Minimal reproduce step 问题一:当密码或者namespace token 有特殊字符时,比如@ # ,在配置文件里需要将密码用双引号引起来,否则kvrocks重启后就无法认证了 1、添加密码 2、修改密码后configrewrite 或者 1、添加namespace 问题2: 当手动将namespace token用双引号引起来以后,如果添加namespace,那么会将老的配置刷掉 比如: namespace.ns_1 "1234#" 新加一个以后变成了这样 namespace.ns_1 1234# namespace.ns_2 1234# 这个格式,是无法认证的。 或者kvrocks对特殊字符的认证有问题 ### What did you expect to see? 认证通过 ### What did you see instead? 认证不通过 ### Anything Else? _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
