You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to access the values published by a service in its ServiceTaggedAddresses field. I can see the value by querying consul API directly, but they are not available in consul-template.
If I understood the code correctly that is because ServiceTaggedAddresses is not parsed into the CatalogService struct in https://github.com/hashicorp/consul-template/blob/master/dependency/catalog_service.go
Would you be interested in a PR to add that?
The text was updated successfully, but these errors were encountered:
I need to access the values published by a service in its
ServiceTaggedAddresses
field. I can see the value by querying consul API directly, but they are not available in consul-template.If I understood the code correctly that is because
ServiceTaggedAddresses
is not parsed into the CatalogService struct inhttps://github.com/hashicorp/consul-template/blob/master/dependency/catalog_service.go
Would you be interested in a PR to add that?
The text was updated successfully, but these errors were encountered: