9ce08a6f0f
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
7 lines
213 B
YAML
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.
|