Files
nomad/.changelog/16266.txt
Tim Gross f619b0bd7a populate Nomad token for task runner update hooks (#16266)
The `TaskUpdateRequest` struct we send to task runner update hooks was not
populating the Nomad token that we get from the task runner (which we do for the
Vault token). This results in task runner hooks like the template hook
overwriting the Nomad token with the zero value for the token. This causes
in-place updates of a task to break templates (but not other uses that rely on
identity but don't currently bother to update it, like the identity hook).
2023-02-27 10:48:13 -05:00

4 lines
132 B
Plaintext

```release-note:bug
template: Fixed a bug where the template runner's Nomad token would be erased by in-place updates to a task
```