mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-23 07:20:37 -04:00
feat: use SSH host certificates (#3786)
This commit is contained in:
parent
95f17a6d06
commit
7ea5c41f9b
34 changed files with 706 additions and 117 deletions
|
@ -116,6 +116,7 @@ func main() {
|
|||
keyServiceClient,
|
||||
kubeClient,
|
||||
log.WithGroup("server"),
|
||||
file.NewHandler(afero.NewOsFs()),
|
||||
)
|
||||
if err != nil {
|
||||
log.With(slog.Any("error", err)).Error("Failed to create server")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue