-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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(health-checker): get certificate with upstream.ws_id #13882
Conversation
e107aa3
to
9b4c224
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.
Need a changelog entry for this PR, its a bugfix for balancer system
From this fix, I guess there might be similar bugs for other parts of the code that call
We need to add another internal ticket(KAG) to track and verify whether calling |
@chobits Every DAO operations for workspace-able entities without |
yep, I'll file a ticket to track this. updated: the internal ticket https://konghq.atlassian.net/browse/KAG-5842 |
…pace change in worker event
01b6ad3
to
baea106
Compare
baea106
to
08f114f
Compare
Successfully created cherry-pick PR for |
Summary
This is to avoid calling
get_certificatewith
workspace id fromngx.ctx.workspace
which is volatile when in a timer callback.Checklist
changelog/unreleased/kong
orskip-changelog
label added on PR if changelog is unnecessary. README.mdIssue reference
Fix KAG-5821