ClickHouse/tests/config/config.d
PHO 6425dd001a
Add a codec AES_128_GCM_SIV for encrypting columns on disk (#19896)
* Add a codec Encrypted() for encrypting columns on disk

While this is implemented as a compression codec, it does not actually compress data. It instead encrypts data on disk. The key is obtained by executing a user-specified command at the server startup, or if it's not specified the codec refuses to process any data. For now the only supported cipher is 'AES-128-GCM-SIV'.
2021-07-30 12:12:33 +03:00
..
clusters.xml Preserve errors for INSERT into Distributed 2021-04-28 22:33:29 +03:00
custom_settings_prefixes.xml
database_atomic.xml
database_replicated.xml
disks.xml
encryption.xml Add a codec AES_128_GCM_SIV for encrypting columns on disk (#19896) 2021-07-30 12:12:33 +03:00
graphite.xml
keeper_port.xml
listen.xml
logging_no_rotate.xml
macros.xml Supported cluster macros inside table function 'cluster' 2021-07-29 12:12:29 +03:00
max_concurrent_queries.xml
metric_log.xml
part_log.xml
polymorphic_parts.xml
query_masking_rules.xml
secure_ports.xml Whitespaces 2021-07-21 04:47:56 +03:00
tcp_with_proxy.xml
test_cluster_with_incorrect_pw.xml
text_log.xml
top_level_domains_lists.xml
top_level_domains_path.xml
zookeeper_log.xml add system.zookeeper_log 2021-07-09 17:05:35 +03:00
zookeeper.xml