mirror of
https://github.com/goharbor/harbor
synced 2025-05-15 09:30:37 +00:00

Item in yaml without value will be as None in python, which will make the password of redis as `None` in `get_redis_configs`. This fix will not accept items of `false value` in `external_redis` configurations. Closes #11367 Signed-off-by: He Weiwei <hweiwei@vmware.com>