Install public key on dryad 42/181342/8
authorAleksander Mistewicz <a.mistewicz@samsung.com>
Tue, 12 Jun 2018 08:42:30 +0000 (10:42 +0200)
committerAleksander Mistewicz <a.mistewicz@samsung.com>
Fri, 3 Aug 2018 11:36:41 +0000 (13:36 +0200)
commit2a8a63489b6435f0e4970176472a509170719f9c
tree68dca4bd1a4f44c4c7a4641e9e39b541c9419102
parent5fa76614610cf135171ed329f42ed173352af1e3
Install public key on dryad

This patch changes interface and communication between boruta server and
dryads. Key is generated on boruta server, public part is installed on
dryad and private part is stored internally. It is a preparation for
using user's public keys provided by an external service.

Change-Id: Ic6fb087aba02553c6b2b8f7cc13cc6bd67eff36a
Signed-off-by: Aleksander Mistewicz <a.mistewicz@samsung.com>
boruta.go
dryad/key.go
dryad/key_test.go [deleted file]
dryad/rusalka.go
dryad/rusalka_test.go
dryad/user.go
rpc/dryad/dryad.go
workers/dryadclientmanager_mock_test.go
workers/worker_list_test.go
workers/workers.go