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

chore: revise the comment of the tls.validate_client_cert #12070

Merged
merged 2 commits into from
Nov 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions kong/clustering/tls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ end
---@param cp_cert kong.clustering.certinfo # clustering certinfo table
---@param dp_cert_pem string # data plane cert text
---
---@return boolean? success
---@return string? error
---@return table|nil x509 instance
---@return string? error
function tls.validate_client_cert(kong_config, cp_cert, dp_cert_pem)
if not dp_cert_pem then
return nil, "data plane failed to present client certificate during handshake"
Expand Down
Loading