Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mobile: Force the dfp_mixed_scheme flag to true in Envoy Mobile (#31586)
Envoy Mobile always requires dfp_mixed_scheme for the TLS and cleartext DFP clusters. While dfp_mixed_scheme defaults to true, some environments (like within Google), force it to false for the Envoy use case, so we force it back to true here in Envoy Mobile, so we don't break the mobile integration tests. Once general use of dfp_mixed_scheme is fixed everywhere, we can revert this commit. Tested by changing dfp_mixed_scheme to FALSE_RUNTIME_GUARD and running the mobile xDS integration tests: cd mobile bazelisk test --test_output=streamed --cache_test_results=no //test/common/integration:rtds_integration_test Signed-off-by: Ali Beyad <[email protected]>
- Loading branch information