You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug #24548 adds support for setting MaxConnectionsPerHost in a Vault-agent configuration, including a default of 10. But the default is not used if the template_config block is totally missing from the configuration.
To Reproduce
Run Vault agent using a configuration that includes no template_config block. Observe that connections are not limited and pooled as they should be.
Expected behavior
The default should be enforced even when a template_config block is missing.
Environment:
This bug exists on the main branch.
The text was updated successfully, but these errors were encountered:
Describe the bug
#24548 adds support for setting MaxConnectionsPerHost in a Vault-agent configuration, including a default of 10. But the default is not used if the
template_config
block is totally missing from the configuration.To Reproduce
Run Vault agent using a configuration that includes no
template_config
block. Observe that connections are not limited and pooled as they should be.Expected behavior
The default should be enforced even when a
template_config
block is missing.Environment:
This bug exists on the
main
branch.The text was updated successfully, but these errors were encountered: