mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Currently every time a client starts, it creates a new consul token per service or task,. This PR changes the behaviour , it persists consul ACL token to the client state and it starts by looking up a token before creating a new one. Fixes: #20184 Fixes: #20185
3 lines
119 B
Plaintext
3 lines
119 B
Plaintext
```release-note:bug
|
|
consul: Fixed a bug where restarting the Nomad agent would cause Consul ACL tokens to be recreated
|