155cdf022f
* Allow setting the mesh gateway mode for an upstream in config files * Add envoy integration test for mesh gateways This necessitated many supporting changes in most of the other test cases. Add remote mode mesh gateways integration test
7 lines
102 B
Bash
7 lines
102 B
Bash
#!/bin/bash
|
|
|
|
set -eEuo pipefail
|
|
|
|
# Remove deny intention
|
|
docker_consul primary intention delete s1 s2
|