Envconsul refresh period?

Is there a way to change the timing on envconsul’s checks against vault?

Hey mthomas, thanks for the question.

The timing of Envconsul’s polling for values in Vault are mostly determined by Vault. The usual method is by setting the TTL for the secret. Vault communicates this TTL to Envconsul which uses it to determine how long to wait between polling, starting the polling at 1/3 of the remaining TTL to allow for multiple polling attempts.

There are other methods Vault uses to specify the duration/timeliness of a value and Envconsul should support them. They tend to be more niche though and the primary case is typically the secret/ttl method.

I hope this helps and if not, please ask a followup with a few more details.

Thanks.