voxpupuli / puppet-consul

A Puppet Module to Manage Consul
Apache License 2.0
121 stars 315 forks source link

Add support for GRPC check #648

Closed wilfriedroset closed 8 months ago

wilfriedroset commented 9 months ago

Pull Request (PR) description

Add support for GRPC check as per https://developer.hashicorp.com/consul/docs/services/usage/checks#grpc-checks

This Pull Request (PR) fixes the following issues

Fixes #630

Kudos to @spuder and @tobz who have initiate similar work in #499 and #561