remove TODOs

This commit is contained in:
Willy Kloucek
2022-04-28 08:48:32 +02:00
parent 4043f181b1
commit 31656e1a97
-5
View File
@@ -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