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

[v15] Close expired gRPC connections if disconnect_expired_cert is set #41827

Merged
merged 1 commit into from
May 21, 2024

Conversation

rosstimothy
Copy link
Contributor

@rosstimothy rosstimothy commented May 21, 2024

Backport #41826 to branch/v15

Changelog: Terminate gRPC connections when client certificates are expired if the cluster has enabled disconnect_expired_cert.

Updates the transport credentials used by gRPC servers that require
mTLS to enforce that connections are terminated when the client
certificate expires if `disconnect_expired_cert == true`. To prevent
session resumption from leaving open sessions established through
the Proxy gRPC server the redial mechanism was updated to inspect
for certificate expired errors and abort any future reconnection
attempts.

Partially addresses #1199.
@rosstimothy rosstimothy requested a review from zmb3 May 21, 2024 17:59
@rosstimothy rosstimothy added this pull request to the merge queue May 21, 2024
Merged via the queue into branch/v15 with commit e9c1506 May 21, 2024
36 checks passed
@rosstimothy rosstimothy deleted the tross/v15/terminate_expired_connections branch May 21, 2024 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants