VaultsSecretsRemove
incorrectly reorders directories to be removed
#837
Labels
bug
Something isn't working
Describe the bug
In the handler,
VaultsSecretsRemove
performs grouping, which would result in the order of files being changed. This is done to ensure all files from a single vault is removed in one vault commit, but doesn't align with how Unixrm
works.Instead, we want to preserve the order of the files while removing them in a single commit. This is blocked by Polykey#821.
To Reproduce
VaultsSecretsRemove
with directory paths and mixed vault namesVaultsSecretsRemove
groups them by vault, changing the orderExpected behavior
The order should be preserved, still ensuring the operation finishes in one commit.
Screenshots
Platform
0.12.0
Additional context
Notify maintainers
@aryanjassal
The text was updated successfully, but these errors were encountered: