From cfc130b40b773c18bd84197c5934c43494eff320 Mon Sep 17 00:00:00 2001 From: Vault Automation Date: Fri, 5 Dec 2025 02:12:22 -0500 Subject: [PATCH] VAULT-28518 : added force-delete flag in secret sync (#10990) (#11180) * added force-delete flag in secret sync * added tests for force-delete destination flag * added changelog * updated test * updated description * updated force-delete flag * updated changelog * updated tests for force_delete * Update changelog/_10990.txt --------- Co-authored-by: suraj-simha Co-authored-by: Suraj-S Co-authored-by: John-Michael Faircloth --- changelog/_10990.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/_10990.txt diff --git a/changelog/_10990.txt b/changelog/_10990.txt new file mode 100644 index 0000000000..c39907874b --- /dev/null +++ b/changelog/_10990.txt @@ -0,0 +1,5 @@ +```release-note:improvement +secrets-sync (enterprise): Added support for a boolean force_delete flag (default: false). +When set to true, this flag allows deletion of a destination even if its associations cannot be unsynced. +This option should be used only as a last-resort deletion mechanism, as any secrets already synced to the external provider will remain orphaned and require manual cleanup. +``` \ No newline at end of file