aws / amazon-ecs-service-connect-agent

Amazon ECS Service Connect Agent
Apache License 2.0
27 stars 10 forks source link

Remove envoy.reloadable_features.sanitize_original_path #67

Closed suniltheta closed 8 months ago

suniltheta commented 8 months ago

To be included with v1.29+ releases only and not before.

Summary

From v1.29 Envoy release this feature flag has been removed in https://github.com/envoyproxy/envoy/pull/30434. See Envoy v1.29.0 release notes.

http: removed envoy.reloadable_features.sanitize_original_path and legacy code paths.

Implementation details

Revert of earlier change https://github.com/aws/amazon-ecs-service-connect-agent/pull/15

Testing

New tests cover the changes: NA

Description for the changelog

Removed option to set envoy.reloadable_feature.sanitize_original_path

Licensing

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.