diff --git a/projects/gateway2/translator/plugins/httplisteneroptions/httplistener_options_plugin.go b/projects/gateway2/translator/plugins/httplisteneroptions/httplistener_options_plugin.go index 3ace15a5059..79040b0b79a 100644 --- a/projects/gateway2/translator/plugins/httplisteneroptions/httplistener_options_plugin.go +++ b/projects/gateway2/translator/plugins/httplisteneroptions/httplistener_options_plugin.go @@ -56,6 +56,7 @@ func (p *plugin) ApplyListenerPlugin( // use the first option (highest in priority) // see for more context: https://github.com/solo-io/solo-projects/issues/6313 optToUse := attachedOptions[0] + httpOptions := optToUse.Spec.GetOptions() // store HttpListenerOptions, indexed by a hash of the httpOptions