Files
nomad/.changelog/24280.txt
Seth Hoenig 4ef4bebd1f connect: handle grpc_address as gosockaddr/template string (#24280)
* connect: handle grpc_address as gosockaddr/template string

This PR fixes a bug where the consul.grpc_address could not be set using
a go-sockaddr/template string. This was inconsistent with how we do accept
such strings for consul.address values.

* add changelog
2024-11-07 09:04:58 -06:00

4 lines
100 B
Plaintext

```release-note:improvement
connect: Able to accept go-sockaddr address for consul grpc address
```