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

vault: do not reuse TCP connections #486

Merged
merged 1 commit into from
Sep 11, 2024
Merged

vault: do not reuse TCP connections #486

merged 1 commit into from
Sep 11, 2024

Commits on Sep 10, 2024

  1. vault: do not reuse TCP connections

    This commit disables TCP connection reuse for Vault.
    Apparently, TCP connections to Vault might hang if Vault
    gets shutdown forcefully.
    
    The downside of this commit is that KES has to re-open a new
    TCP connection for every interaction with Vault. However,
    KES should not rach out to Vault most of them time. Hence, this
    change seems acceptable.
    
    Signed-off-by: Andreas Auernhammer <[email protected]>
    aead committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    36fb204 View commit details
    Browse the repository at this point in the history