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 Change <yandex> to <clickhouse> in configs 2021-09-20 01:38:53 +03:00
CORS.xml Update CORS.xml 2021-10-01 17:08:22 +03:00
custom_settings_prefixes.xml Change <yandex> to <clickhouse> in configs 2021-09-20 01:38:53 +03:00
database_atomic.xml Change <yandex> to <clickhouse> in configs 2021-09-20 01:38:53 +03:00
database_replicated.xml Fix default keeper port 2021-11-25 14:01:30 +03:00
disks.xml Change <yandex> to <clickhouse> in configs 2021-09-20 01:38:53 +03:00
enable_access_control_improvements.xml Add separate CLUSTER grant 2022-05-16 13:57:45 +03:00
encryption.xml Change <yandex> to <clickhouse> in configs 2021-09-20 01:38:53 +03:00
filesystem_cache_log.xml rebase master 2022-05-01 19:46:55 +08:00
graphite.xml Change <yandex> to <clickhouse> in configs 2021-09-20 01:38:53 +03:00
keeper_port.xml use session_timeout as session timeout uper bound 2021-12-30 17:18:51 +08:00
listen.xml Change <yandex> to <clickhouse> in configs 2021-09-20 01:38:53 +03:00
logger.xml Change <yandex> to <clickhouse> in configs 2021-09-20 01:38:53 +03:00
logging_no_rotate.xml Change <yandex> to <clickhouse> in configs 2021-09-20 01:38:53 +03:00
macros.xml Change <yandex> to <clickhouse> in configs 2021-09-20 01:38:53 +03:00
max_concurrent_queries.xml Change <yandex> to <clickhouse> in configs 2021-09-20 01:38:53 +03:00
merge_tree_settings.xml Change <yandex> to <clickhouse> in configs 2021-09-20 01:38:53 +03:00
merge_tree.xml Change <yandex> to <clickhouse> in configs 2021-09-20 01:38:53 +03:00
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 Change <yandex> to <clickhouse> in configs 2021-09-20 01:38:53 +03:00
query_masking_rules.xml Change <yandex> to <clickhouse> in configs 2021-09-20 01:38:53 +03:00
s3_storage_policy_by_default.xml Turn on cache for all s3 tests 2022-03-01 17:54:46 +01:00
secure_ports.xml Change <yandex> to <clickhouse> in configs 2021-09-20 01:38:53 +03:00
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 Change <yandex> to <clickhouse> in configs 2021-09-20 01:38:53 +03:00
test_cluster_with_incorrect_pw.xml Change <yandex> to <clickhouse> in configs 2021-09-20 01:38:53 +03:00
text_log.xml Change <yandex> to <clickhouse> in configs 2021-09-20 01:38:53 +03:00
top_level_domains_lists.xml Change <yandex> to <clickhouse> in configs 2021-09-20 01:38:53 +03:00
top_level_domains_path.xml Change <yandex> to <clickhouse> in configs 2021-09-20 01:38:53 +03:00
transactions.xml review fixes 2022-03-16 21:05:34 +01:00
zookeeper_log.xml Change <yandex> to <clickhouse> in configs 2021-09-20 01:38:53 +03:00
zookeeper.xml Zookeeper load balancing settings 2021-10-18 18:53:42 +08:00