open-nomad/.changelog/14065.txt
Seth Hoenig 3aaaedf52e cli: forward request for job validation to nomad leader
This PR changes the behavior of 'nomad job validate' to forward the
request to the nomad leader, rather than responding from any server.

This is because we need the leader when validating Vault tokens, since
the leader is the only server with an active vault client.
2022-08-10 14:34:04 -05:00

4 lines
94 B
Plaintext

```release-note:bug
cli: Fixed a bug where job validation requeset was not sent to leader
```