This repository was archived by the owner on Jan 12, 2018. It is now read-only.
This repository was archived by the owner on Jan 12, 2018. It is now read-only.
Potential race condition in cert request #44
Open
Description
The cert request and caching code is subject to a potential race condition. There is no locking in place that prevents issuing of multiple certs for the same service. In case a replication controller schedules multiple instances of a pod on multiple nodes at the same time, IPACertRequest
may request multiple certificates in parallel.