Files
backstage/.changeset/chilly-games-trade.md
T
Patrik Oldsberg fd5d337df4 backend-defaults: add backend.health.headers config
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-12-05 10:23:40 +01:00

398 B

@backstage/backend-defaults
@backstage/backend-defaults
minor

Added a new backend.health.headers configuration that can be used to set additional headers to include in health check responses.

BREAKING CONSUMERS: As part of this change the createHealthRouter function exported from @backstage/backend-defaults/rootHttpRouter now requires the root config service to be passed through the config option.