LanceJerry opened a new issue, #23573:
URL: https://github.com/apache/shardingsphere/issues/23573
## Question
**storage units**
If Shardingsphere-proxy support password encryption when create a distsql
rule like a storge unit?
**Given Example**:
REGISTER STORAGE UNIT ds_0 (
HOST="127.0.0.1",
PORT=3306,
DB="db_0",
USER="root",
PASSWORD="root"
);
**Expected rule**:
REGISTER STORAGE UNIT ds_0 (
HOST="127.0.0.1",
PORT=3306,
DB="db_0",
USER="root",
PASSWORD="EAD234ASDFASD" # encryption algorithm,transfer “root” to
“EAD234ASDFASD”。
);
If Shardingsphere-proxy do not support password encryption, it will be
insecurity to use.
--
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]