envoyproxy / envoyproxy/gateway

proposal: add the ability to define a range of codes in ExpectedStatuses

Open
#7,514 1 comment 0 reactions 0 assignees View on GitHub
stale triage
Dominant language
Go
Stars
3k
Forks
864
Avg merge
2d 2h
Merged PRs (30d)
140

Description

Now we can specify [ExpectedStatuses](https://gateway.envoyproxy.io/docs/api/extension_types/#httpactivehealthchecker) which defines a list of HTTP response statuses considered healthy.
It might be more convenient to modify or expand the ability to define ranges of response statuses.
Example:
```
expectedStatuses:
- start: 200
end: 201
- start: 401
end: 498
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.