-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Support health checks in consul_service
resource
#54
Comments
I agree, this would be a good addition. |
Hi @pearkes, what is the status of this proposal? I don't know go but have the same need than @lawliet89 and could try to implement it if nobody have time to spend on it. |
Hi, I tried to make a PR to add this feature, I never wrote Go before so it's probably hideous. I had to make a change in |
@remilapeyre thanks for opening that PR! Yes, for us to change the API interface that is vendored we need to update the upstream at hashicorp/consul (which you could make a separate PR for) and then re-vendor here with |
@pearkes I opened a PR in Consul at hashicorp/consul#4849 |
@remilapeyre awesome I think we're closer! Once you get that updated I'll take a closer review. |
This is done via #64. |
Affected Resource(s)
consul_service
I would like to request for the ability to define health checks for services registered with the
consul_service
resource.As far as I understand, the resource is meant for use with external services and it would be great if we can also define health checks for the external service. Then, we can use something else like Consul ESM to do the actual health checking.
The text was updated successfully, but these errors were encountered: