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
#11144 allowed disable tls.rpc_upgrade_mode via SIGHUP / hot reloading the Nomad agent. However if disabling upgrade mode (going from true -> false), existing plaintext connections should be disconnected to ensure the change is honored as intended.
Bonus points for fixing the data race around nomad/Server.config when reloading.
The text was updated successfully, but these errors were encountered:
Nomad version
Nomad v1.1.3 (8c0c814)
Issue
#11144 allowed disable
tls.rpc_upgrade_mode
via SIGHUP / hot reloading the Nomad agent. However if disabling upgrade mode (going fromtrue -> false
), existing plaintext connections should be disconnected to ensure the change is honored as intended.Bonus points for fixing the data race around
nomad/Server.config
when reloading.The text was updated successfully, but these errors were encountered: