Docker Compose support for ClickHouse does not allow an empty password when ALLOW_EMPTY_PASSWORD=yes#43790
Docker Compose support for ClickHouse does not allow an empty password when ALLOW_EMPTY_PASSWORD=yes#43790hezean wants to merge 1 commit intospring-projects:mainfrom hezean:bitnami-clickhouse-empty-password
Conversation
|
Actually I'm wondering if simply using
Originally posted by @wilkinsona in #43771 (comment) But for the below existing test, we can either: delete it, or add a check to prevent breaking changes, like boolean allowEmpty = env.containsKey("ALLOW_EMPTY_PASSWORD") && !"false".equalsIgnoreCase(env.get("ALLOW_EMPTY_PASSWORD")) |
Yes, please. I think that's what we should do.
I think we should just delete it for consistency with the other tests. |
… other Bitnami images Signed-off-by: He Zean <realhezean@gmail.com>
See gh-43790 Signed-off-by: He Zean <realhezean@gmail.com>
|
Thanks very much, @hezean. |
Adds
yesas a positive value forALLOW_EMPTY_PASSWORDin bitnami/clickhouse.