mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 17:57:33 +00:00
fix: setup (start admin first and ensure setup done) (#126)
* start admin first and ensure setup done * enable login again * log oidc client_id in setup * more logs for setup
This commit is contained in:
@@ -16,7 +16,7 @@ type Config struct {
|
||||
}
|
||||
|
||||
func Start(ctx context.Context, config Config, authZ auth.Config, systemDefaults sd.SystemDefaults) {
|
||||
repo, err := eventsourcing.Start(config.Repository, systemDefaults)
|
||||
repo, err := eventsourcing.Start(ctx, config.Repository, systemDefaults)
|
||||
logging.Log("MAIN-9uBxp").OnError(err).Panic("unable to start app")
|
||||
|
||||
api.Start(ctx, config.API, authZ, repo)
|
||||
|
Reference in New Issue
Block a user