From 95495430b6aef356e31356cc09ad31f2efed20a8 Mon Sep 17 00:00:00 2001 From: Murillo <103451714+gruceo@users.noreply.github.com> Date: Mon, 19 Aug 2024 09:36:45 -0300 Subject: [PATCH] fix(checkers): remove log warning of acme redis password redis.password should work and redis.auth is just a shorthand left for backwards compatiblity reasons. --- kong/clustering/compat/checkers.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/kong/clustering/compat/checkers.lua b/kong/clustering/compat/checkers.lua index 6504b18add73..331994009235 100644 --- a/kong/clustering/compat/checkers.lua +++ b/kong/clustering/compat/checkers.lua @@ -50,12 +50,6 @@ local compatible_checkers = { 'not work in this release', dp_version, log_suffix) end - - if config.storage_config.redis.password ~= nil then - log_warn_message('configures ' .. plugin.name .. ' plugin with redis password', - 'not work in this release. Please use redis.auth config instead', - dp_version, log_suffix) - end end if plugin.name == 'aws-lambda' then