1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
kyverno/pkg/webhooks/resource
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
..
generation fix: non-trigger resources should be skipped for background policies regardless of skipBackgroundRequests settings (#9333) 2024-01-04 12:47:58 +02:00
imageverification fix: make alternate reports storage transparent (#9553) 2024-01-30 14:53:37 +00:00
mutation refactor: mutate checks (#9255) 2023-12-22 15:07:17 +02:00
validation feat(audit): use a worker pool for Audit policies (#10048) 2024-04-17 15:46:18 +08:00
fake.go feat(audit): use a worker pool for Audit policies (#10048) 2024-04-17 15:46:18 +08:00
handlers.go feat(audit): use a worker pool for Audit policies (#10048) 2024-04-17 15:46:18 +08:00
handlers_test.go fix: add mutex to mock policy context builder (#10057) 2024-04-17 09:13:19 +00:00
updaterequest.go fix: add mutex to mock policy context builder (#10057) 2024-04-17 09:13:19 +00:00
utils.go fix: non-trigger resources should be skipped for background policies regardless of skipBackgroundRequests settings (#9333) 2024-01-04 12:47:58 +02:00
validation_test.go fix: remove deprecated imageSignatureRepository flag (#9698) 2024-02-08 12:10:29 +00:00