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

etcd: fix JWT renewal with user/pass authentication #6905

Merged
merged 2 commits into from
May 19, 2021
Merged

Commits on May 18, 2021

  1. etcd: use a separate connection to check peer versions

     There is a data race in etcd that breaks the internal state in etcd client
    implementation for some server setups (user/pass authentication with
    JWTs).
    Andrew Lytvynov committed May 18, 2021
    Configuration menu
    Copy the full SHA
    1bcc6ef View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Merge branch 'master' into andrew/update-etcd

    Andrew Lytvynov authored May 19, 2021
    Configuration menu
    Copy the full SHA
    72f25e4 View commit details
    Browse the repository at this point in the history