We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 190d22a commit b49a738Copy full SHA for b49a738
infra/clickhouse/users.xml
@@ -92,27 +92,10 @@
92
<named_collection_control>1</named_collection_control>
93
94
<!-- User permissions can be granted here -->
95
- <!--
96
<grants>
97
<query>GRANT ALL ON *.*</query>
98
</grants>
99
- -->
100
</default>
101
-
102
- <!-- Admin user with full privileges -->
103
- <admin>
104
- <password>analyticsarecool</password>
105
- <networks>
106
- <ip>::/0</ip>
107
- </networks>
108
- <profile>default</profile>
109
- <quota>default</quota>
110
- <access_management>1</access_management>
111
- <named_collection_control>1</named_collection_control>
112
- <grants>
113
- <query>GRANT ALL ON *.*</query>
114
- </grants>
115
- </admin>
116
</users>
117
118
<!-- Quotas. -->
0 commit comments