Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(checkers): remove log warning of acme redis password #13518

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

gruceo
Copy link
Contributor

@gruceo gruceo commented Aug 19, 2024

Summary

redis.password should work and redis.auth is just a shorthand left for backwards compatiblity reasons.

redis.password should work and redis.auth is just a shorthand left for backwards compatiblity reasons.
@github-actions github-actions bot added core/clustering cherry-pick kong-ee schedule this PR for cherry-picking to kong/kong-ee labels Aug 19, 2024
@gruceo gruceo merged commit 16f2d34 into master Aug 19, 2024
38 checks passed
@gruceo gruceo deleted the fix/acme-checkers-redis-password branch August 19, 2024 14:09
@team-gateway-bot
Copy link
Collaborator

Cherry-pick failed for master, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git remote add upstream https://github.com/kong/kong-ee
git fetch upstream master
git worktree add -d .worktree/cherry-pick-13518-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-13518-to-master-to-upstream
git checkout -b cherry-pick-13518-to-master-to-upstream
ancref=$(git merge-base 28c5f6a23f9575b987afec2bd0d4119d9b24b8fb 95495430b6aef356e31356cc09ad31f2efed20a8)
git cherry-pick -x $ancref..95495430b6aef356e31356cc09ad31f2efed20a8

@github-actions github-actions bot added the incomplete-cherry-pick A cherry-pick was incomplete and needs manual intervention label Aug 19, 2024
@kikito kikito removed the incomplete-cherry-pick A cherry-pick was incomplete and needs manual intervention label Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-pick kong-ee schedule this PR for cherry-picking to kong/kong-ee core/clustering size/XS skip-changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants