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
{{ message }}
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
Hello,
Clickhouse can use multiprofile for user, like
I tried to create user, as
{ name: "name1", profile: "default, readonly", quota: "default", dbs: [ default ] }
or
{ name: "name2", profile: [ default,readonly ], quota: "default", dbs: [ default ] }
But in /etc/clickhouse-server/users.d/users.xml it pastes like
<profile>default, readonly</profile>
or
<profile>['default', 'readonly']</profile>
Is there a way to use multiprofile, like you paste multi dbs in users dict ?
Thanks for your work.
The text was updated successfully, but these errors were encountered: