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

config.gateway.yml Maven / Gradle / Ivy

Go to download

This module will admin handler for re-load config values from config server runtime.

There is a newer version: 2.1.16
Show newest version
---
# 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