How do I export only Vault and password metadata
We have a use case where we want to export the following fields:
- vault uid, vault name,
- password uid, password name
- Users assigned to vaults
We DONOT want to export the password in plaintext though.
We tried to use a serviceaccount to write a script that does this but we are not able to get permissions that give us metadata read and no access to all the passwords.
How do we archive this?
