userver: GRACEFUL_SHUTDOWN_HEADERS
Loading...
Searching...
No Matches
GRACEFUL_SHUTDOWN_HEADERS

GRACEFUL_SHUTDOWN_HEADERS Dynamic Config

Headers that will be automatically added to responses during the graceful shutdown stage

Schema:

# yaml
default:
enabled: true
headers:
x-envoy-immediate-health-check-fail: ["true"]
description: |
Headers that will be automatically added to responses during the graceful shutdown stage
schema:
type: object
additionalProperties: false
required:
- enabled
- headers
properties:
enabled:
type: boolean
headers:
type: object
additionalProperties:
type: array
items:
type: string

For a full list of dynamic configs see Dynamic config schemas list