Files
nomad/.changelog/23910.txt
Tim Gross 04ad7165e7 services: reject node secret for Read/List RPC (#23910)
As of Nomad 1.6.0, Nomad clients never make RPC requests to the
ServiceRegistrationList/Read RPC without using a specific Workload Identity
rather than the node secret. Tighten the ACL permissions on these RPCs so that
node secrets are no longer valid tokens.

Ref: https://hashicorp.atlassian.net/browse/NET-10009
Ref: https://developer.hashicorp.com/nomad/docs/release-notes/nomad/upcoming#nomad-1-9-0
2024-09-05 13:52:32 -04:00

4 lines
131 B
Plaintext

```release-note:breaking-change
services: Clients older than 1.5.0 will fail to read Nomad native services via template blocks
```