We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1efdc39 commit b3d89d1Copy full SHA for b3d89d1
internal/provider/adc/translator/gateway.go
@@ -46,7 +46,7 @@ func (t *Translator) fillPluginMetadataFromGatewayProxy(pluginMetadata adctypes.
46
continue
47
}
48
log.Debugw("fill plugin_metadata for gateway proxy", zap.String("plugin", pluginName), zap.Any("config", pluginConfig))
49
- pluginMetadata[pluginName] = plugin
+ pluginMetadata[pluginName] = pluginConfig
50
51
52
0 commit comments