1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
kyverno/pkg/webhooks
Vishal Choudhary 3db5bdfad8
fix: add mutex to mock policy context builder (#10057)
It is possible that two different threads call the build function at the same time causing one append to be lost, this PR adds a mutex to avoid this

Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com>
2024-04-17 09:13:19 +00:00
..
exception refactor: remove more admission request pointers (#6774) 2023-04-04 13:11:18 +08:00
globalcontext feat: add global context entry validation webhook (#9619) 2024-02-02 18:04:50 +01:00
handlers feat:Webhook config per policy (#9483) 2024-01-27 13:00:22 +00:00
policy feat: enhance global context (#9710) 2024-02-23 10:34:04 +00:00
resource fix: add mutex to mock policy context builder (#10057) 2024-04-17 09:13:19 +00:00
updaterequest chore: cleanup generate codebase (#6598) 2023-03-17 08:36:06 +00:00
utils fix: Policies skipped because of preconditions not met should not be included in admission requests denial responses (#9719) 2024-02-20 15:42:18 +00:00
log.go add package logger in files (#4766) 2022-10-02 19:45:03 +00:00
server.go feat: add global context entry validation webhook (#9619) 2024-02-02 18:04:50 +01:00