Description: Get a list of all configured secret managers.
Since: 7.17.4
Security: Requires an admin user
Usage: GET /access/api/v1/vault/configs
Consumes: application/json
Sample Usage
[ { "key": "hashicorp", "type": "HashicorpVault", "config": { "auth": { "type": "AppRole" }, "url": "http://vault.com", "mounts": [ { "type": "KV1", "path": "secrets" } ] } } ]