Good morning !
I am using Vault from HashiCorp and would like to move secrets and secrets structure around.
I have a bunch of secrets under a path, let say:
- boo/foo/
- boo/foo/bar/secret1
- boo/foo/bar/secret2
- boo/foo/bar/secret3
- boo/foo/bar/secretn+
But I need to move all of theses secrets, or even all of foo/ under another path on my Hashi Vault.
Is there any function from the Vault API to achieve that or Ill need to wrap the API with a script to achieve that ?
Regards,