cURL
curl --request GET \ --url http://localhost:8080/api/v1/secrets \ --header 'x-api-key: <api-key>'
[ "postgres", "mongodb", "embedding", "qdrant" ]
Lists all secret names under the current environment path in Vault.
Optional API key for authentication (enabled via application.yaml)
Array of secret names