-
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
feat(dns): support resolver_* directives for new dns client #13427
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
core/templates
cherry-pick kong-ee
schedule this PR for cherry-picking to kong/kong-ee
labels
Jul 26, 2024
chobits
force-pushed
the
fix/new_dns_directives
branch
from
July 26, 2024 08:38
f9ed26c
to
216a2bb
Compare
chobits
commented
Jul 29, 2024
chobits
force-pushed
the
fix/new_dns_directives
branch
from
July 29, 2024 12:38
216a2bb
to
2dda2bd
Compare
This comment was marked as resolved.
This comment was marked as resolved.
I think that we also need a change log entry to describe these directives. |
Thanks, I have already fixed in new commit. |
chronolaw
reviewed
Jul 31, 2024
chobits
force-pushed
the
fix/new_dns_directives
branch
3 times, most recently
from
August 5, 2024 06:04
962ee49
to
3ce977d
Compare
ADD-SP
reviewed
Aug 5, 2024
fffonion
reviewed
Aug 5, 2024
ADD-SP
approved these changes
Aug 6, 2024
chobits
force-pushed
the
fix/new_dns_directives
branch
2 times, most recently
from
August 7, 2024 02:11
ba7ffe6
to
58efdc4
Compare
3 tasks
dndx
reviewed
Aug 8, 2024
liverpool8056
approved these changes
Aug 8, 2024
dndx
reviewed
Aug 8, 2024
dndx
approved these changes
Aug 8, 2024
chobits
force-pushed
the
fix/new_dns_directives
branch
from
August 8, 2024 08:38
672bc5b
to
cccb242
Compare
Successfully created cherry-pick PR for |
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/configuration
core/templates
size/L
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
The new DNS implementation requires introducing a new set of directives because some directives (
resolver_xxx
) behave differently between the old and new libraries. Without clear differentiation, users might be confused by the inconsistent behavior of these directives in the new library.Checklist
changelog/unreleased/kong
orskip-changelog
label added on PR if changelog is unnecessary. README.mdIssue reference
Fix KAG-4994