Skip to content
Snippets Groups Projects
Commit af178541 authored by Gospodin Bodurov's avatar Gospodin Bodurov
Browse files

Add debug

parent e74471fb
No related branches found
No related tags found
1 merge request!44Login with vereign
...@@ -230,6 +230,8 @@ func (s *KeyStorageServerImpl) ReserveKeyUUID(ctx context.Context, in *api.Reser ...@@ -230,6 +230,8 @@ func (s *KeyStorageServerImpl) ReserveKeyUUID(ctx context.Context, in *api.Reser
func (s *KeyStorageServerImpl) GetKeyId(ctx context.Context, in *api.GetKeyIdByKeyRequest) (*api.GetKeyIdByKeyResponse, error) { func (s *KeyStorageServerImpl) GetKeyId(ctx context.Context, in *api.GetKeyIdByKeyRequest) (*api.GetKeyIdByKeyResponse, error) {
auth := s.CreateAuthentication(ctx) auth := s.CreateAuthentication(ctx)
log.Println(auth.Uuid + " " + auth.Session) log.Println(auth.Uuid + " " + auth.Session)
log.Println(in.PublicKey)
log.Println(in.EntityUUID)
//in.PublicKey //in.PublicKey
entitiesMagamentClient := keyutils.CreateEntitiesManagementClient(auth) entitiesMagamentClient := keyutils.CreateEntitiesManagementClient(auth)
defer entitiesMagamentClient.CloseClient() defer entitiesMagamentClient.CloseClient()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment