Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NET-6945 - Replace usage of deprecated Envoy field envoy.config.core.v3.HeaderValueOption.append #20078

Merged
merged 5 commits into from
Jan 4, 2024

Conversation

jmurret
Copy link
Member

@jmurret jmurret commented Jan 3, 2024

Description

Testing & Reproduction steps

Links

PR Checklist

  • updated test coverage
  • external facing docs updated
  • appropriate backport labels added
  • not a security concern

@github-actions github-actions bot added the theme/envoy/xds Related to Envoy support label Jan 3, 2024
@jmurret jmurret marked this pull request as ready for review January 3, 2024 18:24
@jmurret jmurret requested a review from a team as a code owner January 3, 2024 18:24
Copy link
Member

@zalimeni zalimeni left a comment

Choose a reason for hiding this comment

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

LGTM!

Comment on lines 48 to 49
APPEND_ACTION_OVERWRITE_IF_EXISTS_OR_ADD = 1;
APPEND_ACTION_ADD_IF_ABSENT = 2;
Copy link
Member

Choose a reason for hiding this comment

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

~~ Non-blocking and not a super strong opinion: Given we aren't committed to backwards compatibility yet, it might help avoid a future mismatch w/ Envoy to swap these two values so they match Envoy's cardinals, assuming we expect the enum sets to match. We did an internal enum swap previously here: #18612

@jmurret jmurret enabled auto-merge (squash) January 3, 2024 20:38
@jmurret jmurret merged commit 7a410d7 into main Jan 4, 2024
88 checks passed
@jmurret jmurret deleted the jm/NET-6945 branch January 4, 2024 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr/no-backport theme/envoy/xds Related to Envoy support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants