mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 19:05:42 +03:00
Workload Identities have an implicit default policy. This policy can't currently be described via HCL because it includes task interpolation for Variables and access to the Services API (which doesn't exist as its own ACL capbility). Describe this in our WI documentation. Fixes: #16277