keyservice: move kms code to internal/kms

Recovery (disk-mapper) and init (bootstrapper)
will have to work with multiple external KMSes
in the future.
This commit is contained in:
Otto Bittner 2023-01-12 16:22:47 +01:00
parent 59664f7020
commit 0e71322e2e
33 changed files with 49 additions and 47 deletions

View file

@ -30,10 +30,10 @@ import (
"github.com/edgelesssys/constellation/v2/internal/file"
"github.com/edgelesssys/constellation/v2/internal/grpc/dialer"
grpcRetry "github.com/edgelesssys/constellation/v2/internal/grpc/retry"
keyservice "github.com/edgelesssys/constellation/v2/internal/kms/setup"
"github.com/edgelesssys/constellation/v2/internal/license"
"github.com/edgelesssys/constellation/v2/internal/retry"
"github.com/edgelesssys/constellation/v2/internal/versions"
keyservice "github.com/edgelesssys/constellation/v2/keyservice/setup"
"github.com/spf13/afero"
"github.com/spf13/cobra"
"google.golang.org/grpc"