Background
We are storing encryption keys in vault transit engine for PII data for a saas product.
Current use case
We are processing above data in bulk via ETL pipeline(running monthly) and want to decrypt in bulk and do transformation.
Query
Is there any mechanism to bulk export all the keys within ETL job to avoid hitting vault to fetch an unique encryption key ?
Please help here