Skip to content

Commit

Permalink
VAULT-9883: Agent Reloadable Config (#18638)
Browse files Browse the repository at this point in the history
* Update command/agent.go
* Attempt to only reload log level and certs
* Mimicked 'server' test for cert reload in 'agent'

Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com>

Left out the `c.config` tweak that meant changes to lots of lines of code within the `Run` function of Agent command. :)
  • Loading branch information
Peter Wilson authored and AnPucel committed Jan 14, 2023
1 parent cc0bfa6 commit 0572f73
Show file tree
Hide file tree
Showing 11 changed files with 582 additions and 98 deletions.
3 changes: 3 additions & 0 deletions changelog/18638.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:improvement
agent: allows some parts of config to be reloaded without requiring a restart.
```
Loading

0 comments on commit 0572f73

Please sign in to comment.