aws / amazon-ecs-service-connect-agent

Amazon ECS Service Connect Agent
Apache License 2.0
29 stars 11 forks source link

Add option to override reloadable_features.sanitize_original_path #15

Closed suniltheta closed 1 year ago

suniltheta commented 1 year ago

Summary

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.