Skip to content

Commit

Permalink
update tls construction
Browse files Browse the repository at this point in the history
Signed-off-by: Adi Suissa-Peleg <[email protected]>
  • Loading branch information
adisuissa committed Jun 27, 2024
1 parent df3eced commit 5fdf0f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class XdsFailoverAdsIntegrationTest : public AdsDeltaSotwIntegrationSubStatePara
TestEnvironment::runfilesPath("test/config/integration/certs/upstreamcert.pem"));
tls_cert->mutable_private_key()->set_filename(
TestEnvironment::runfilesPath("test/config/integration/certs/upstreamkey.pem"));
auto cfg = std::make_unique<Extensions::TransportSockets::Tls::ServerContextConfigImpl>(
auto cfg = *Extensions::TransportSockets::Tls::ServerContextConfigImpl::create(
tls_context, factory_context_);
// upstream_stats_store_ should have been initialized be prior call to
// BaseIntegrationTest::createXdsUpstream().
Expand Down

0 comments on commit 5fdf0f5

Please sign in to comment.