Skip to content

Commit

Permalink
Users
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBoatyMcBoatFace committed Sep 5, 2023
1 parent 33d6f01 commit 8c72b21
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/users.d/default-user.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
</default>

</users>
</clickhouse>
</clickhouse>
23 changes: 22 additions & 1 deletion config/users.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,27 @@
<!-- User can create other users and grant rights to them. -->
<!-- <access_management>1</access_management> -->
</default>
<bytebase>
<password_sha256_hex>2733fb931a17a1d1288d71174248cd9baf4591683dd2b69b3a55a2f7d622104b</password_sha256_hex>
<access_management>1</access_management>
<named_collection_control>1</named_collection_control>
<show_named_collections>1</show_named_collections>
<show_named_collections_secrets>1</show_named_collections_secrets>
<networks>
<ip>::/0</ip>
</networks>
</bytebase>
<gova11y_root>
<password_sha256_hex>f9d3d743297e476b6bb6877bae7db2c2165a44fd8ae9a117ba8a1f32e538308f</password_sha256_hex>
<access_management>1</access_management>
<named_collection_control>1</named_collection_control>
<show_named_collections>1</show_named_collections>
<show_named_collections_secrets>1</show_named_collections_secrets>
<networks>
<ip>::/0</ip>
</networks>
</gova11y_root>

</users>

<!-- Quotas. -->
Expand All @@ -107,4 +128,4 @@
</interval>
</default>
</quotas>
</clickhouse>
</clickhouse>

0 comments on commit 8c72b21

Please sign in to comment.