Your Vault Agent is configured to render a template. If you need to ensure the template is updated immediately when the secret changes in Vault, which configuration parameter should be set within the template block?
Trap 1: render_interval
Vault Agent templates are reactive and do not rely on polling intervals.
Trap 2: dynamic_update
This is not a valid parameter for the template block.
Trap 3: force_refresh
This is not a valid parameter for the template block.
- A
change_mode
The change_mode directive allows the agent to signal the application or restart it when a template updates.
- B
render_interval
Why wrong: Vault Agent templates are reactive and do not rely on polling intervals.
- C
dynamic_update
Why wrong: This is not a valid parameter for the template block.
- D
force_refresh
Why wrong: This is not a valid parameter for the template block.