oslo.middleware/releasenotes/notes/healthcheck-allowed_source_ranges-9cbaf89f65914851.yaml
Takashi Kajinami 9ce08a6f0f healthcheck: Limit source IP range
This change introduces the new [healthcheck] allowed_source_ranges
option, to restrict access to healthcheck endpoint within specific
network ranges. This parameter is useful to avoid access from external
network, because healthcheck endpoint has no authentication usually.

Change-Id: I2b88704c260edd1a4c49cfde9de4cee4b90be862
2021-08-11 13:33:18 +00:00

7 lines
213 B
YAML

---
features:
- |
The new ``[healthcheck] allowed_source_ranges`` parameter has been added.
This parameter defines a list of network ranges from which access to
``/healthcheck`` endpoint is allowed.