fix: set insecure value on frontend app handler

This commit is contained in:
Thomas Müller
2023-12-12 18:19:37 +01:00
committed by Michael Barz
parent 10454247b5
commit ca0badb5a4
+1
View File
@@ -409,6 +409,7 @@ func CreateConfig(insecure, forceOverwrite bool, configPath, adminPassword strin
cfg.AuthBearer = AuthbearerService{
AuthProviders: AuthProviderSettings{Oidc: _insecureService},
}
cfg.Frontend.AppHandler = _insecureService
cfg.Frontend.Archiver = _insecureService
cfg.Graph.Spaces = _insecureService
cfg.Graph.Events = _insecureEvents