Fix settings NO_PASSWORD authentication mode in users.xml.#11081
Fix settings NO_PASSWORD authentication mode in users.xml.#11081vitlibar merged 1 commit intoClickHouse:masterfrom
Conversation
5f15360 to
10f45c3
Compare
10f45c3 to
3d56acb
Compare
|
Looking at the code, it seems there is no explicit record in xml for NO PASSWORD auth, right? Maybe it would be better to require it. Imagine if someone edits the config and makes a typo in password tag, and it just silently switches to accepting any password. The correct password is also accepted, so the user would think that everything is configured correctly, but in fact the password isn't checked. |
3d56acb to
eeb4cbc
Compare
Good point. I've changed that, now |
Fix settings NO_PASSWORD authentication mode in users.xml. (cherry picked from commit 2c8a355)
Fix settings NO_PASSWORD authentication mode in users.xml. (cherry picked from commit 2c8a355)
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
Changelog category:
Fix settings NO_PASSWORD authentication mode in users.xml.