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

@ -23,11 +23,11 @@ import (
"github.com/docker/go-connections/nat"
"github.com/edgelesssys/constellation/coordinator/atls"
"github.com/edgelesssys/constellation/coordinator/core"
"github.com/edgelesssys/constellation/coordinator/kms"
"github.com/edgelesssys/constellation/coordinator/pubapi/pubproto"
"github.com/edgelesssys/constellation/coordinator/role"
"github.com/edgelesssys/constellation/coordinator/store"
"github.com/edgelesssys/constellation/coordinator/storewrapper"
kms "github.com/edgelesssys/constellation/kms/server/setup"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"go.uber.org/goleak"