Fix interface change.

This commit is contained in:
Mariano Cano 2020-01-15 17:29:34 -08:00
parent 927a3b3a86
commit a773977a81

View file

@ -190,7 +190,7 @@ func (k *CloudKMS) CreateKey(req *apiv1.CreateKeyRequest) (*apiv1.CreateKeyRespo
return &apiv1.CreateKeyResponse{
Name: crytoKeyName,
PublicKey: pk.PublicKey,
PublicKey: pk,
CreateSignerRequest: apiv1.CreateSignerRequest{
SigningKey: crytoKeyName,
},