Add env unlocker (#350)

This commit is contained in:
Pietralberto Mazza
2024-10-05 16:33:55 +02:00
committed by GitHub
parent 0d39bb6b9f
commit bc8df6802e
4 changed files with 33 additions and 1 deletions

View File

@@ -81,6 +81,7 @@ func mainAction(_ *cli.Context) error {
BoardingExitDelay: cfg.BoardingExitDelay,
UnlockerType: cfg.UnlockerType,
UnlockerFilePath: cfg.UnlockerFilePath,
UnlockerPassword: cfg.UnlockerPassword,
}
svc, err := grpcservice.NewService(svcConfig, appConfig)
if err != nil {