-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
chore(acme): standardize redis configuration #12300
Conversation
6729d6a
to
75f4bc4
Compare
75f4bc4
to
2b317d0
Compare
dc4a0e8
to
0ad6ba1
Compare
a8c7332
to
aecbd9f
Compare
changelog/unreleased/kong/standardize-redis-conifguration-acme.yml
Outdated
Show resolved
Hide resolved
5d5eb72
to
bcdf751
Compare
ACME right now has new config structure that reuses common redis connection configuration. With introduction of new fields for redis configuration the old ones should still be available to user up until kong 4.0 version. KAG-3388
bcdf751
to
3b8fbb8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good! nice work 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a log message that seems to need a fix, otherwise LGTM 🚀
Co-authored-by: Vinicius Mignot <vinicius.mignot@gmail.com>
Cherry-pick failed for 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-12300-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-12300-to-master-to-upstream
git checkout -b cherry-pick-12300-to-master-to-upstream
ancref=$(git merge-base 15d6f4cec8f6253ff73f157cb37d1a2cdce8cb94 c52a2c8d064412a4fb2842d9ecc01d093d8fcbcd)
git cherry-pick -x $ancref..c52a2c8d064412a4fb2842d9ecc01d093d8fcbcd |
Summary
ACME right now has new config structure that reuses common redis connection configuration.
Many plugins differ in the way Redis is configured. The goal of this PR is to introduce a standard Redis config schema that could be shared across plugins.
Other PRs
This is the first in the chains of PRs that standardize Redis configuration.
Checklist
changelog/unreleased/kong
orskip-changelog
label added on PR if changelog is unnecessary. README.mdThere is a user-facing docs PR against https://github.com/Kong/docs.konghq.com - PUT DOCS PR HEREIssue reference
KAG-3388