AB#1943 Extract KMS package (#56)

* Extract kmsapi from coordinator

* Add kmsapi cmd server
This commit is contained in:
cm 2022-05-10 12:35:17 +02:00 committed by GitHub
parent 2a6b1e2277
commit c63d7126e7
25 changed files with 539 additions and 21 deletions

View file

@ -6,9 +6,9 @@ import (
"io"
"github.com/edgelesssys/constellation/coordinator/atls"
"github.com/edgelesssys/constellation/coordinator/kms"
"github.com/edgelesssys/constellation/coordinator/pubapi/pubproto"
"github.com/edgelesssys/constellation/coordinator/state"
kms "github.com/edgelesssys/constellation/kms/server/setup"
"golang.zx2c4.com/wireguard/wgctrl/wgtypes"
"google.golang.org/grpc"
"google.golang.org/grpc/credentials"