empiredan opened a new issue, #2292: URL: https://github.com/apache/incubator-pegasus/issues/2292
# Motivation Currently, when the meta server connects to ZooKeeper via SASL, the password is stored directly in a plain text file. However, in production environments with high security requirements, storing passwords in plain text files is often not allowed. # Implementation Starting from the newly released [ZooKeeper 3.9.4](https://zookeeper.apache.org/doc/r3.9.4/releasenotes.html), the C client [supports decrypting passwords stored in files](https://github.com/apache/zookeeper/pull/2223). Therefore, to enhance security, we need to: 1. Upgrade the ZooKeeper C client dependency used by the server to **3.9.4**. 2. Add configuration options to the ZooKeeper session class to support decrypting the password in the file using a specified encryption scheme before establishing the connection. # Task list - [ ] https://github.com/apache/incubator-pegasus/pull/2289 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
