mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
move system view interface, grpc server, and client to stubs_oss files (#29291)
This commit is contained in:
@@ -94,13 +94,12 @@ func (b *backendGRPCPluginServer) Setup(ctx context.Context, args *pb.SetupArgs)
|
||||
}
|
||||
|
||||
storage := newGRPCStorageClient(brokeredClient)
|
||||
sysView := newGRPCSystemView(brokeredClient)
|
||||
events := newGRPCEventsClient(brokeredClient)
|
||||
|
||||
config := &logical.BackendConfig{
|
||||
StorageView: storage,
|
||||
Logger: b.logger,
|
||||
System: sysView,
|
||||
System: newGRPCSystemViewFromSetupArgs(brokeredClient, args),
|
||||
Config: args.Config,
|
||||
BackendUUID: args.BackendUUID,
|
||||
EventsSender: events,
|
||||
|
||||
Reference in New Issue
Block a user