You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rotating the passwords solved the issue. I believe the % for user1 was the problem. But I have only limited access to the cluster and couldn't dump /etc/clickhouse-server/users.xml to look at the result.
I believe – generally – XML values are not escaped?
After setting up our clickhouse like this
I got the following error when the pod tried to start up
Rotating the passwords solved the issue. I believe the
%
foruser1
was the problem. But I have only limited access to the cluster and couldn't dump/etc/clickhouse-server/users.xml
to look at the result.I believe – generally – XML values are not escaped?
clickhouse-operator/pkg/xml/xml.go
Lines 256 to 258 in d7ecc2e
I'll try to create a PR.
The text was updated successfully, but these errors were encountered: