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

client: protect user lookups with global lock #14742

Merged
merged 2 commits into from
Sep 29, 2022
Merged

client: protect user lookups with global lock #14742

merged 2 commits into from
Sep 29, 2022

Commits on Sep 29, 2022

  1. client: protect user lookups with global lock

    This PR updates Nomad client to always do user lookups while holding
    a global process lock. This is to prevent concurrency unsafe implementations
    of NSS, but still enabling NSS lookups of users (i.e. cannot not use osusergo).
    shoenig committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    b303a73 View commit details
    Browse the repository at this point in the history
  2. cl: add cl

    shoenig committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    efeda9f View commit details
    Browse the repository at this point in the history