open-nomad/helper/users
Seth Hoenig c68ed3b4c8
client: protect user lookups with global lock (#14742)
* 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).

* cl: add cl
2022-09-29 09:30:13 -05:00
..
lookup.go client: protect user lookups with global lock (#14742) 2022-09-29 09:30:13 -05:00
lookup_test.go client: protect user lookups with global lock (#14742) 2022-09-29 09:30:13 -05:00