ClickHouse/tests/config/config.d
Azat Khuzhin 01e1c5345a Add separate CLUSTER grant
In case you have different roles for the same user on multiple clusters,
ON CLUSTER query can help to overcome some limitations.

Consider the following example:
- cluster_with_data, dev_user (readonly=2)
- stage_cluster, dev_user (readonly=0)

So when you will execute the following query from stage_cluster, it will
be successfully executed, since ON CLUSTER queries has different system
profile:

    DROP DATABASE default ON CLUSTER cluster_with_data

This is not 100% safe, but at least something.

Note, that right now only ON CLUSTER query it self is supported, but
separate clusters are not (i.e. GRANT CLUSTER some_cluster_name TO
default), since right now grants sticked to database+.

v2: on_cluster_queries_require_cluster_grant
v3: fix test and process flags as bit mask
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-05-16 13:57:45 +03:00
..
clusters.xml
CORS.xml
custom_settings_prefixes.xml
database_atomic.xml
database_replicated.xml
disks.xml
enable_access_control_improvements.xml Add separate CLUSTER grant 2022-05-16 13:57:45 +03:00
encryption.xml
filesystem_cache_log.xml rebase master 2022-05-01 19:46:55 +08:00
graphite.xml
keeper_port.xml use session_timeout as session timeout uper bound 2021-12-30 17:18:51 +08:00
listen.xml
logger.xml
logging_no_rotate.xml
macros.xml
max_concurrent_queries.xml
merge_tree_settings.xml
merge_tree.xml
metadata_cache.xml Enable metadata cache in tests 2022-05-01 21:13:27 +00:00
named_collection.xml Merge master 2022-03-28 22:51:56 +02:00
polymorphic_parts.xml
query_masking_rules.xml
s3_storage_policy_by_default.xml Turn on cache for all s3 tests 2022-03-01 17:54:46 +01:00
secure_ports.xml
ssl_certs.xml Fix certs (finishing pr #36457) (#36747) 2022-05-01 12:59:19 +02:00
storage_conf.xml Update storage_conf.xml 2022-04-25 21:15:38 +02:00
tcp_with_proxy.xml
test_cluster_with_incorrect_pw.xml
text_log.xml
top_level_domains_lists.xml
top_level_domains_path.xml
transactions.xml review fixes 2022-03-16 21:05:34 +01:00
zookeeper_log.xml
zookeeper.xml