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 <santosh.yelamarthi@hashicorp.com>
Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com>
This commit is contained in:
Vault Automation 2025-12-08 01:50:56 -05:00 committed by GitHub
parent 63bbbd163b
commit 9bc8a5074a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

3
changelog/_10951.txt Normal file
View file

@ -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.
```