Skip to content

Commit

Permalink
Fix missing listener data for HTTPS listeners during proxy translation (
Browse files Browse the repository at this point in the history
#9512)

* pass listener to merged https listeners

* add changelog
  • Loading branch information
inFocus7 authored May 22, 2024
1 parent 630efa3 commit 3adc81f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
changelog:
- type: FIX
issueLink: https://github.com/solo-io/solo-projects/issues/6201
resolvesIssue: false
description: Set the previously-missing HTTPS listener data when the listeners are translated.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ func (ml *mergedListeners) appendHttpsListener(
port: gwv1.PortNumber(ports.TranslatePort(uint16(listener.Port))),
httpsFilterChains: []httpsFilterChain{mfc},
listenerReporter: reporter,
listener: listener,
})
}

Expand Down

0 comments on commit 3adc81f

Please sign in to comment.