Skip to content

Commit

Permalink
honor metadatamode value in newbackend pluginconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
fairclothjm committed Apr 15, 2022
1 parent 28bd8ef commit cd229a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/plugin/plugin.go
Expand Up @@ -66,7 +66,7 @@ func NewBackend(ctx context.Context, pluginName string, pluginType consts.Plugin
PluginType: pluginType,
HandshakeConfig: HandshakeConfig,
Logger: conf.Logger.Named(pluginName),
IsMetadataMode: false,
IsMetadataMode: isMetadataMode,
// AutoMTLS: true,
Wrapper: sys,
}
Expand Down

0 comments on commit cd229a1

Please sign in to comment.