barbican/releasenotes/notes/fix-story-2008649-reinitialize-pkcs11-object-4c0dc51c83288c21.yaml
Douglas Mendizábal fa7722bfc5 Fix PKCS#11 reinitialization after failure
This patch fixes an error condition where the PCKS#11 object is lost
afte multiple failures from the PKCS#11 device.

Without this patch Barbican can enter an error state where the PKCS11
object is deallocated and is unable to recover returning 500s until the
process is restarted.

Story: 2008649
Task: 41913
Change-Id: Ieab0f152ef307fb9311b92f0ad8bd0032e78269e
2021-02-23 08:08:11 -06:00

6 lines
110 B
YAML

---
fixes:
- |
Fixed Story #2008649: Correctly reinitialize PKCS11 object after secondary
failures.