Closed fishi0x01 closed 4 years ago
Fixes https://github.com/fishi0x01/vsh/issues/29
Vault allows for a key to be part of another namespace path, like:
secret/a secret/a/b
This leads to ambiguous behaviour, e.g., when using rm.
rm
Further, this PR adds integration tests which cover this ambiguity.
Fixes https://github.com/fishi0x01/vsh/issues/29
Vault allows for a key to be part of another namespace path, like:
This leads to ambiguous behaviour, e.g., when using
rm
.Further, this PR adds integration tests which cover this ambiguity.