All Downloads are FREE. Search and download functionalities are using the official Maven repository.

config.sidecar.yml Maven / Gradle / Ivy

There is a newer version: 2.1.38
Show newest version
---
# Light http sidecar Configuration

# egressIngressIndicator is used to indicator what is the condition used for router traffic in http-sidecar or light-gateway.
# If the egressIngressIndicator set as header, sidecar will router request based on if the request header has service id/service url or not. This will be default setting
# If the egressIngressIndicator set protocol, sidecar will router request based on protocol. normally the traffic inside pod will http (from api container to sidecar container), and sidecar will treat http traffic as egress router
# If the egressIngressIndicator set as other values, currently sidecar will skip router handler and leave the request traffic to proxy
egressIngressIndicator: ${sidecar.egressIngressIndicator:header}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy