@@ -52,12 +52,12 @@ InstanceImpl::InstanceImpl(Options& options, Event::TimeSystem& time_system,
52
52
: options_(options), time_system_(time_system), restarter_(restarter),
53
53
start_time_ (time(nullptr )), original_start_time_(start_time_), stats_store_(store),
54
54
thread_local_(tls), api_(new Api::Impl(options.fileFlushIntervalMsec())),
55
+ secret_manager_(std::make_unique<Secret::SecretManagerImpl>()),
55
56
dispatcher_(api_->allocateDispatcher (time_system)),
56
57
singleton_manager_(new Singleton::ManagerImpl()),
57
58
handler_(new ConnectionHandlerImpl(ENVOY_LOGGER(), *dispatcher_)),
58
- random_generator_(std::move(random_generator)),
59
- secret_manager_(std::make_unique<Secret::SecretManagerImpl>()),
60
- listener_component_factory_(*this ), worker_factory_(thread_local_, *api_, hooks, time_system),
59
+ random_generator_(std::move(random_generator)), listener_component_factory_(*this ),
60
+ worker_factory_(thread_local_, *api_, hooks, time_system),
61
61
dns_resolver_(dispatcher_->createDnsResolver ({})),
62
62
access_log_manager_(*api_, *dispatcher_, access_log_lock, store), terminated_(false ) {
63
63
0 commit comments