Skip to content

fix: egctl add support for translations using AuthenticationFilter#1659

Merged
zirain merged 2 commits intoenvoyproxy:mainfrom
tmsnan:dev-fix-egctl-translation
Jul 19, 2023
Merged

fix: egctl add support for translations using AuthenticationFilter#1659
zirain merged 2 commits intoenvoyproxy:mainfrom
tmsnan:dev-fix-egctl-translation

Conversation

@tmsnan
Copy link
Copy Markdown
Contributor

@tmsnan tmsnan commented Jul 14, 2023

Currently, egctl only supports the translation of gateway api, but the extended api (AuthenticationFilter, EnvoyPatchPolicy,RateLimitFilter) cannot be supported . This pr expands egctl support AuthenticationFilter.
Fixes #1649

Signed-off-by: zhaonan <zhaonan06@corp.netease.com>
@tmsnan tmsnan requested a review from a team as a code owner July 14, 2023 09:09
@codecov
Copy link
Copy Markdown

codecov Bot commented Jul 14, 2023

Codecov Report

Merging #1659 (45d01dc) into main (a828dd1) will increase coverage by 0.07%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1659      +/-   ##
==========================================
+ Coverage   60.87%   60.95%   +0.07%     
==========================================
  Files          84       84              
  Lines       12561    12575      +14     
==========================================
+ Hits         7647     7665      +18     
+ Misses       4423     4420       -3     
+ Partials      491      490       -1     
Impacted Files Coverage Δ
internal/cmd/egctl/translate.go 82.51% <100.00%> (+0.37%) ⬆️

... and 1 file with indirect coverage changes

Signed-off-by: zhaonan <zhaonan06@corp.netease.com>
Copy link
Copy Markdown
Contributor

@arkodg arkodg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks !

@zirain zirain merged commit 58edc38 into envoyproxy:main Jul 19, 2023
@tmsnan tmsnan deleted the dev-fix-egctl-translation branch July 20, 2023 03:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

no route from translation with AuthenticationFilter

3 participants