plugin/wif: support external plugins (#26384)

* plugin/wif: support external plugins

* changelog
This commit is contained in:
John-Michael Faircloth
2024-04-12 16:16:26 -05:00
committed by GitHub
parent e4f9d024c8
commit 1ee302dfcd
3 changed files with 11 additions and 3 deletions

View File

@@ -421,7 +421,7 @@ func (s *gRPCSystemViewServer) GenerateIdentityToken(ctx context.Context, req *p
})
if err != nil {
return &pb.GenerateIdentityTokenResponse{}, status.Errorf(codes.Internal,
"failed to generate plugin identity token")
err.Error())
}
return &pb.GenerateIdentityTokenResponse{