mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-18 18:38:08 -05:00
* 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 <suraj.s@hashicorp.com> Co-authored-by: Suraj-S <suraj.s4@ibm.com> Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com>
This commit is contained in:
parent
6c6777ef5c
commit
cfc130b40b
1 changed files with 5 additions and 0 deletions
5
changelog/_10990.txt
Normal file
5
changelog/_10990.txt
Normal file
|
|
@ -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.
|
||||
```
|
||||
Loading…
Reference in a new issue