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
Expected behavior
Should reload configuration without restarting service.
Environment:
Vault Server Version (retrieve with vault status): 1.11.6
Vault CLI Version (retrieve with vault version): 1.13.0 (I can see the warning: ==> Note: Vault Agent version does not match Vault server version. Vault Agent version: 1.13.0, Vault server version: 1.11.6)
Server Operating System/Architecture: HA with single standby in different nodes(2 for the server and one another for the client).
Thank you for the bug report! I've merged the PR so this should be fixed in the next release. I'll be backporting to 1.13 so the fix is in 1.13.1, too (the SIGHUP support was added in 1.13.0). Closing this Issue in light of the fix being merged. Thanks again!
Describe the bug
When I send
SIGHUP
to systemd managed Vault agent (systemd reload vault_agent
), it will throw runtime error.To Reproduce
Steps to reproduce the behavior:
systemctl start vault_agent
which actually calling/usr/bin/vault agent -config=/config.hcl
Expected behavior
Should reload configuration without restarting service.
Environment:
vault status
): 1.11.6vault version
): 1.13.0 (I can see the warning:==> Note: Vault Agent version does not match Vault server version. Vault Agent version: 1.13.0, Vault server version: 1.11.6
)Vault server configuration file(s):
Additional context
None.
The text was updated successfully, but these errors were encountered: