flyer5200 commented on issue #34178:
URL:
https://github.com/apache/shardingsphere/issues/34178#issuecomment-2566214060
## Steps to reproduce:
### 1. deploy shardingsphere-proxy, version 5.5.1
- use docker images apache/shardingsphere-proxy:5.5.1 deploy to kubernetes
- global.yml configures the zookeeper cluster mode, create database-*.yml
with:
\- rules:
\- !SINGLE
tables:
\- "*.*"
- mount global.yml and database-*.yml to shardingsphere-proxy container
use kubernetes secret.
### 2. Wait for the container to start, connect using the mysql client, is
ok, tables can be loaded normally.
### 3. use database and create encrypt rule, an exception was thrown.


--
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]