inspec/inspec-vault

Cache input values

Opened this issue · 0 comments

Detailed Description

Assuming that a profile is stored as a document, and inputs are stored as key-values on a document, fetching a single key is expensive - you have to fetch all keys / inputs.

Might as well cache them.

Context

It would be faster, less network traffic, not hammer the Vault server.

Possible Implementation