Enable integrity protection on boot (#300)

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2022-08-02 12:35:23 +02:00 committed by GitHub
parent aa7fcce8af
commit 19871ee422
19 changed files with 292 additions and 107 deletions

View file

@ -6,7 +6,7 @@ import (
"github.com/edgelesssys/constellation/internal/atls"
"github.com/edgelesssys/constellation/internal/grpc/atlscredentials"
"github.com/edgelesssys/constellation/state/keyservice/keyproto"
"github.com/edgelesssys/constellation/state/keyproto"
"google.golang.org/grpc"
)