v.23.4Improvement

Setting Secure Flag in Named Collections for ClickHouse Dictionary

It is possible to set secure flag in named_collections for a dictionary with a ClickHouse table source. Addresses #38450 . #46323 (Ilya Golshtein).
Added support for setting a secure flag in named_collections for dictionaries sourced from ClickHouse tables.

Why it matters

This feature enhances security by allowing users to mark named_collections dictionaries that pull data from ClickHouse tables as secure, thereby controlling access and usage as per security requirements. It addresses the need to restrict sensitive data exposure when using table-based dictionaries.

How to use it

When defining a named_collection for a dictionary with a ClickHouse table source, include the secure flag in the configuration to enable this security feature.