mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
The new Workload Identity workflow for Vault tokens correctly handles post-stop tasks, however the legacy workflow does not. Attempts to get a Vault token are rejected if the allocation is server-terminal or client-terminal, but we should be waiting until the allocation is client-terminal (only) so that poststop tasks get a chance to get Vault tokens too. Fixes: https://github.com/hashicorp/nomad/issues/16886
4 lines
92 B
Plaintext
4 lines
92 B
Plaintext
```release-note:bug
|
|
vault: Fixed a bug where poststop tasks would not get a Vault token
|
|
```
|