hashicorp / hcat

Hashicorp Configuration and Templating library (hcat, pronounced hashicat)
Mozilla Public License 2.0
96 stars 12 forks source link

Update HealthServiceQueryV1 to default filter for passing services #72

Closed lornasong closed 3 years ago

lornasong commented 3 years ago

Context:

Currently, HealthServiceQueryV1 is filtering by "check status == passing" by default. We'd like it to filter by "overall status == passing" by default.

Changes