diff --git a/cmd/s3-gw/app.go b/cmd/s3-gw/app.go index ee8ea334..8a1746a5 100644 --- a/cmd/s3-gw/app.go +++ b/cmd/s3-gw/app.go @@ -152,6 +152,7 @@ func newApp(ctx context.Context, log *Logger, v *viper.Viper) *App { } func (a *App) init(ctx context.Context) { + a.initResolver() a.initAuthCenter(ctx) a.setRuntimeParameters() a.initFrostfsID(ctx) @@ -182,8 +183,6 @@ func (a *App) initAuthCenter(ctx context.Context) { } func (a *App) initLayer(ctx context.Context) { - a.initResolver() - // prepare random key for anonymous requests randomKey, err := keys.NewPrivateKey() if err != nil {