MetadataConfiguration¶
Structure Class¶
MetadataConfiguration
dataclass
¶
Configuration for HTTP header and query parameter propagation between the gateway and target servers.
Attributes¶
allowed_query_parameters
class-attribute
instance-attribute
¶
allowed_query_parameters: list[str] | None = None
A list of URL query parameters that are allowed to be propagated from incoming gateway URL to the target.
allowed_request_headers
class-attribute
instance-attribute
¶
allowed_request_headers: list[str] | None = None
A list of HTTP headers that are allowed to be propagated from incoming client requests to the target.
allowed_response_headers
class-attribute
instance-attribute
¶
allowed_response_headers: list[str] | None = None
A list of HTTP headers that are allowed to be propagated from the target response back to the client.