inspec / inspec-vault

An InSpec input source plugin for HashiCorp Vault
Other
9 stars 6 forks source link

Customizable Timeout and Retry #19

Open clintoncwolfe opened 5 years ago

clintoncwolfe commented 5 years ago

Detailed Description

When querying Vault, be able to customize the number of retries and timeout used to connect.

Context

We could be in an airgap, and not be able to hit vault. Also want to make sure we don't try forever by default.

Possible Implementation