mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
When a task restarts, the Nomad client may need to rewrite the Consul token, but it's created with permissions that prevent a non-root agent from writing to it. While Nomad clients should be run as root (currently), it's harmless to allow whatever user the Nomad agent is running as to be able to write to it, and that's one less barrier to rootless Nomad. Ref: https://github.com/hashicorp/nomad/issues/23859#issuecomment-2465757392
4 lines
129 B
Plaintext
4 lines
129 B
Plaintext
```release-note:bug
|
|
consul: Fixed a bug where non-root Nomad agents could not recreate a task's Consul token on task restart
|
|
```
|