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

Commits on May 21, 2024

  1. Close expired gRPC connections if disconnect_expired_cert is set

    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 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    ea42f7b View commit details
    Browse the repository at this point in the history