Selective transparent steering allows users to control egress traffic by specifying which destinations should be directed to the Agent Proxy.
By default, all egress traffic from a host with Agent Proxy installed is proxied. The selective transparent steering feature introduces the ability to restrict this proxied traffic to a specific list of hostnames. When this feature is enabled, only egress traffic to the user-specified hostnames will be proxied. This allows more precise control over which destinations’ traffic is managed by the Agent Proxy.
Selective transparent steering is off by default. To enable this feature, add the environment variable
AEMBIT_STEERING_ALLOWED_HOSTS
when installing Agent Proxy. The variable’s value should be a comma-separated list of
hostnames for which traffic should be proxied.
AEMBIT_STEERING_ALLOWED_HOSTS=graph.microsoft.com,vault.mydomain [...] ./install