Skip to content

Commit

Permalink
fix(checkers): remove log warning of acme redis password
Browse files Browse the repository at this point in the history
redis.password should work and redis.auth is just a shorthand left for backwards compatiblity reasons.
  • Loading branch information
gruceo committed Aug 19, 2024
1 parent 28c5f6a commit 9549543
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions kong/clustering/compat/checkers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9549543

Please sign in to comment.