mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 18:17:55 +00:00
plugin/wif: support external plugins (#26384)
* plugin/wif: support external plugins * changelog
This commit is contained in:
committed by
GitHub
parent
e4f9d024c8
commit
1ee302dfcd
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user