open-vault/command/agent/config/test-fixtures
Nick Cabatoff 9c5f018938
Rework agent retry config, extend it to cover proxy cache as well (#11113)
Remove template_retry config section.  Add new vault.retry section which only has num_retries field; if num_retries is 0 or absent, default it to 12 for backwards compat with pre-1.7 template retrying.  Setting num_retries=-1 disables retries.

Configured retries are used for both templating and api proxy, though if template requests go through proxy (currently requires persistence enabled) we'll only configure retries for the latter to avoid duplicate retrying.  Though there is some duplicate retrying already because whenever the template server does a retry when not going through the proxy, the Vault client it uses allows for 2 behind-the-scenes retries for some 400/500 http error codes.
2021-03-18 14:14:09 -04:00
..
bad-config-auto_auth-nosinks-nocache-notemplates.hcl Allow auto_auth with templates without specifying a sink (#8812) 2020-05-26 13:52:14 -04:00
bad-config-auto_auth-wrapped-multiple-sinks.hcl Agent auto auth wrapping new config checks (#6479) 2019-04-05 16:12:54 -04:00
bad-config-cache-auto_auth-method-wrapping.hcl Agent auto auth wrapping new config checks (#6479) 2019-04-05 16:12:54 -04:00
bad-config-cache-force-token-no-auth-method.hcl Docs enforce autoauth token (#8270) 2020-02-14 15:48:12 -06:00
bad-config-cache-inconsistent-auto_auth.hcl Move listener config from 'cache' block to top-level 'listener' blocks. Allow cache without auto-auth. (#6421) 2019-03-15 14:58:53 -04:00
bad-config-cache-no-listeners.hcl Move listener config from 'cache' block to top-level 'listener' blocks. Allow cache without auto-auth. (#6421) 2019-03-15 14:58:53 -04:00
bad-config-method-wrapping-and-sink-wrapping.hcl Agent auto auth wrapping new config checks (#6479) 2019-04-05 16:12:54 -04:00
config-cache-auto_auth-false.hcl Added flag to disable X-Vault-Token header proxy if client passes the token (#8101) 2020-01-30 09:08:42 -06:00
config-cache-auto_auth-force.hcl Added flag to disable X-Vault-Token header proxy if client passes the token (#8101) 2020-01-30 09:08:42 -06:00
config-cache-auto_auth-no-sink.hcl Agent auto auth wrapping new config checks (#6479) 2019-04-05 16:12:54 -04:00
config-cache-auto_auth-true.hcl Added flag to disable X-Vault-Token header proxy if client passes the token (#8101) 2020-01-30 09:08:42 -06:00
config-cache-embedded-type.hcl agent: persistent caching support (#10938) 2021-03-03 14:01:33 -08:00
config-cache-no-auto_auth.hcl Move listener config from 'cache' block to top-level 'listener' blocks. Allow cache without auto-auth. (#6421) 2019-03-15 14:58:53 -04:00
config-cache-persist-empty-type.hcl agent: persistent caching support (#10938) 2021-03-03 14:01:33 -08:00
config-cache-persist-false.hcl agent: persistent caching support (#10938) 2021-03-03 14:01:33 -08:00
config-cache.hcl agent: persistent caching support (#10938) 2021-03-03 14:01:33 -08:00
config-consistency.hcl OSS parts of the new client controlled consistency feature (#10974) 2021-02-24 06:58:10 -05:00
config-embedded-type.hcl Trail of bits 018 (#9674) 2020-08-17 11:36:16 -05:00
config-method-wrapping.hcl Add configurable exponential backoff to Agent auto-auth (#10964) 2021-02-23 12:04:21 -08:00
config-template-full-nosink.hcl Allow auto_auth with templates without specifying a sink (#8812) 2020-05-26 13:52:14 -04:00
config-template-full.hcl Vault Agent Template (#7652) 2019-10-18 16:21:46 -05:00
config-template-many-nosink.hcl Allow auto_auth with templates without specifying a sink (#8812) 2020-05-26 13:52:14 -04:00
config-template-many.hcl Vault Agent Template (#7652) 2019-10-18 16:21:46 -05:00
config-template-min-nosink.hcl Allow auto_auth with templates without specifying a sink (#8812) 2020-05-26 13:52:14 -04:00
config-template-min.hcl Vault Agent Template (#7652) 2019-10-18 16:21:46 -05:00
config-vault-retry-empty.hcl Rework agent retry config, extend it to cover proxy cache as well (#11113) 2021-03-18 14:14:09 -04:00
config-vault-retry.hcl Rework agent retry config, extend it to cover proxy cache as well (#11113) 2021-03-18 14:14:09 -04:00
config.hcl Trail of bits 018 (#9674) 2020-08-17 11:36:16 -05:00