mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
The WI we get for Consul services is saved to the client state DB like all other WIs, but the resulting JWT is never exposed to the task secrets directory because (a) it's only intended for use with Consul service configuration, and (b) for group services it could be ambiguous which task to expose it to. Add a note to the `consul.service_identity` docs that these fields are ignored.