Files
vault/changelog/29680.txt
Jenny Deng b93e8e817c Fix bug with merging vault agent configs that set template_config (#29680)
* fix bug with merging configs with TemplateConfig and add test

* add changelog
2025-02-24 10:56:03 -08:00

4 lines
194 B
Plaintext

```release-note:bug
agent: Fixed an issue where giving the agent multiple config files could cause the merged config to be incorrect
when `template_config` is set in one of the config files.
```