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