From 31656e1a97be60aa143b715fcc337af3359a946f Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Thu, 28 Apr 2022 08:48:32 +0200 Subject: [PATCH] remove TODOs --- ocis/pkg/command/init.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ocis/pkg/command/init.go b/ocis/pkg/command/init.go index 693b49a4b..21c2f6ab2 100644 --- a/ocis/pkg/command/init.go +++ b/ocis/pkg/command/init.go @@ -192,11 +192,6 @@ func createConfig(insecure, forceOverwrite bool, configPath string) error { return fmt.Errorf("could not generate random password for machineauthsecret: %s", err) } - // TODO: IDP config is missing (LDAP + GROUP provider) - // TODO: REVA config is missing (LDAP + GROUP provider) - // TODO: graph needs IDM password configured - // TODO: add missing insecure occurences - cfg.MachineAuthAPIKey = machineAuthApiKey cfg.TransferSecret = revaTransferSecret cfg.TokenManager.JWTSecret = tokenManagerJwtSecret