From cfab722287abf68048f43f6f888a7b4d8cf09135 Mon Sep 17 00:00:00 2001 From: Vault Automation Date: Thu, 5 Feb 2026 16:26:24 -0500 Subject: [PATCH] PKI: Address failures with SCEP handlers on standby nodes (#12186) (#12209) * PKI: Address failures with SCEP handlers on standby nodes * add cl * Add extra safety to protect against nil panics * PR feedback * PR feedback 2 * Ignore DR states Co-authored-by: Steven Clark --- changelog/_12186.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelog/_12186.txt diff --git a/changelog/_12186.txt b/changelog/_12186.txt new file mode 100644 index 0000000000..36550d4053 --- /dev/null +++ b/changelog/_12186.txt @@ -0,0 +1,3 @@ +```release-note:bug +secrets/pki (enterprise): Address issues using SCEP on performance standby nodes failing due to configuration invalidation issues along with errors writing to storage +```