v.20.5Improvement
Show Authentication Type in Users Table and SHOW CREATE USER Query
Show authentication type in table system.users and while executing SHOW CREATE USER query. #11080 (Vitaly Baranov).
Why it matters
This feature helps database administrators and users understand which authentication method is configured for each user, improving security management and auditing capabilities in ClickHouse.How to use it
Simply query thesystem.users table or run the SHOW CREATE USER <user_name> command to see the authentication type associated with each user.