Add option to override envoy reloadable_features.sanitize_original_path if needed via env variable ENVOY_SANITIZE_ORIGINAL_PATH. By default this will be true. Allowed values are true or false.
Testing
make test
New tests cover the changes: yes
Description for the changelog
Expose option to override the default value of reloadable_features.sanitize_original_path via ENVOY_SANITIZE_ORIGINAL_PATH environment variable. Default is true.
Licensing
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Summary
Add option to override
envoy reloadable_features.sanitize_original_path
if needed via env variableENVOY_SANITIZE_ORIGINAL_PATH
. By default this will be true. Allowed values aretrue
orfalse
.Testing
make test
New tests cover the changes: yes
Description for the changelog
Expose option to override the default value of
reloadable_features.sanitize_original_path
viaENVOY_SANITIZE_ORIGINAL_PATH
environment variable. Default is true.Licensing
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.