config.gateway.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gateway Show documentation
Show all versions of gateway Show documentation
This module will admin handler for re-load config values from config server runtime.
---
# Light http sidecar Configuration
# egressIngressIndicator is used to indicator what is the condition used for router traffic in sidecar
# 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: ${gateway.egressIngressIndicator:header}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy