
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
oslo.middleware
Oslo middleware library includes components that can be injected into wsgi pipelines to intercept request/response flows. The base class can be enhanced with functionality like add/delete/modification of http headers and support for limiting size/connection etc.
- Free software: Apache license
- Documentation: https://docs.openstack.org/oslo.middleware/latest/
- Source: https://opendev.org/openstack/oslo.middleware
- Bugs: https://bugs.launchpad.net/oslo.middleware
- Release notes: https://docs.openstack.org/releasenotes/oslo.middleware/
Description
Languages
Python
100%