From 9bc8a5074a152e7ac26feda144c183071acd38db Mon Sep 17 00:00:00 2001 From: Vault Automation Date: Mon, 8 Dec 2025 01:50:56 -0500 Subject: [PATCH] Vault-27794 : Update unsync as successful when destination no longer exists in secret sync (#10951) (#11218) * VAULT-27794 - Secret sync bypassing errors while deleting a Vercel destination * VAULT-27794 - Update unsync as successful when destination no longer exists * VAULT-27794 - Added changelog and tests * VAULT-27794 - Added changelog and tests * VAULT-27794 - Comments updated * VAULT-27794 - Updated code chanes as per review comments * VAULT-27794 - Updated code chanes as per review comments * Update changelog/_10951.txt --------- Co-authored-by: santoshhashicorp Co-authored-by: John-Michael Faircloth --- changelog/_10951.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelog/_10951.txt diff --git a/changelog/_10951.txt b/changelog/_10951.txt new file mode 100644 index 0000000000..f4c31a2c86 --- /dev/null +++ b/changelog/_10951.txt @@ -0,0 +1,3 @@ +```release-note:bug +secret-sync (enterprise): Improved unsync error handling by treating cases where the destination no longer exists as successful. +``` \ No newline at end of file