diff --git a/pkg/server/server.go b/pkg/server/server.go index 8afddd695e..b24c86e754 100644 --- a/pkg/server/server.go +++ b/pkg/server/server.go @@ -397,6 +397,7 @@ func (s *Server) newEndpointsServer(ctx context.Context, catalog catalog.Catalog CacheReloadInterval: s.config.CacheReloadInterval, EventsBasedCache: s.config.EventsBasedCache, PruneEventsOlderThan: s.config.PruneEventsOlderThan, + SQLTransactionTimeout: s.config.SQLTransactionTimeout, AuditLogEnabled: s.config.AuditLogEnabled, AuthPolicyEngine: authPolicyEngine, BundleManager: bundleManager,