envoyproxy/envoy

Route actions prefix_rewrite and regex_rewrite should be a oneof

Open

#10,182 opened on 2020年2月26日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)C++ (5,373 forks)batch import
api/v4help wantedtech debt

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (平均マージ 8d) (30d で 378 merged PRs)

説明

Title: Route actions prefix_rewrite and regex_rewrite should be a oneof

Description:

In the discussion for pull request #10050, it was suggested that the prefix_rewrite and regex_rewrite route actions be put under a oneof in the next api version, v4. However, it's too early to mark the proto files with that annotation now, so the code change for #10050 didn't add the annotation. This issue is to remember that this should be considered when the time is appropriate.

コントリビューターガイド