mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 16:59:22 +02:00
fix forward-auth, logging (#2509)
* fix forward-auth, logging * move error message
This commit is contained in:
parent
9aad155e1a
commit
526f946097
4 changed files with 10 additions and 7 deletions
|
@ -62,7 +62,6 @@ func (a *Authorize) WaitForInitialSync(ctx context.Context) error {
|
|||
return ctx.Err()
|
||||
case <-a.dataBrokerInitialSync:
|
||||
}
|
||||
log.Info(ctx).Msg("initial sync from databroker complete")
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue