MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / getDefaultACLs

Function getDefaultACLs

programs/keeper-bench/Generator.cpp:20–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20Coordination::ACLs getDefaultACLs()
21{
22 Coordination::ACL acl;
23 acl.permissions = Coordination::ACL::All;
24 acl.scheme = "world";
25 acl.id = "anyone";
26 return {std::move(acl)};
27}
28
29namespace
30{

Callers 4

startupMethod · 0.85
addExpectedNodeMethod · 0.85
initializeFromConfigMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected