mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-12 11:12:27 -04:00
Use "new" config for YAML parsing directives
This commit is contained in:
parent
c9982b979c
commit
5fa23d4bec
2 changed files with 3 additions and 4 deletions
|
@ -16,7 +16,6 @@ import (
|
|||
pb "github.com/edgelesssys/constellation/debugd/service"
|
||||
configc "github.com/edgelesssys/constellation/internal/config"
|
||||
"github.com/edgelesssys/constellation/internal/constants"
|
||||
"github.com/edgelesssys/constellation/internal/deploy/ssh"
|
||||
"github.com/edgelesssys/constellation/internal/file"
|
||||
statec "github.com/edgelesssys/constellation/internal/state"
|
||||
"github.com/spf13/afero"
|
||||
|
@ -109,7 +108,7 @@ type deployOnEndpointInput struct {
|
|||
debugdEndpoint string
|
||||
coordinatorPath string
|
||||
reader fileToStreamReader
|
||||
authorizedKeys []ssh.UserKey
|
||||
authorizedKeys []configc.UserKey
|
||||
systemdUnits []depl.SystemdUnit
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue