From ad894eafbb71c2cd8b14ab63ed89a5c1d504ba29 Mon Sep 17 00:00:00 2001 From: Ryan Olds Date: Thu, 7 Nov 2024 16:42:25 -0800 Subject: [PATCH] [1.30]: Enabling EHM extension (#376) --- bazel/extensions/extensions_build_config.bzl | 2 +- changelog/v1.30.6-patch5/enable-ehm-extension.yaml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 changelog/v1.30.6-patch5/enable-ehm-extension.yaml diff --git a/bazel/extensions/extensions_build_config.bzl b/bazel/extensions/extensions_build_config.bzl index 43099119..40ebe15f 100644 --- a/bazel/extensions/extensions_build_config.bzl +++ b/bazel/extensions/extensions_build_config.bzl @@ -487,7 +487,7 @@ EXTENSIONS = { # # HTTP Early Header Mutation # - # "envoy.http.early_header_mutation.header_mutation": "//source/extensions/http/early_header_mutation/header_mutation:config", + "envoy.http.early_header_mutation.header_mutation": "//source/extensions/http/early_header_mutation/header_mutation:config", # diff --git a/changelog/v1.30.6-patch5/enable-ehm-extension.yaml b/changelog/v1.30.6-patch5/enable-ehm-extension.yaml new file mode 100644 index 00000000..2ee52853 --- /dev/null +++ b/changelog/v1.30.6-patch5/enable-ehm-extension.yaml @@ -0,0 +1,6 @@ +changelog: + - type: FIX + issueLink: https://github.com/solo-io/gloo/issues/9604 + resolvesIssue: false + description: >- + Enable early header mutation extension. \ No newline at end of file