From 23312866504bdd0834fb00196aca88b787ddf5d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Wed, 15 Aug 2018 18:21:48 +0200 Subject: [PATCH] Update aws-cli process environment --- libnymea-remoteproxy/authentication/authenticationprocess.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libnymea-remoteproxy/authentication/authenticationprocess.cpp b/libnymea-remoteproxy/authentication/authenticationprocess.cpp index f8ed9e7..8a32ae1 100644 --- a/libnymea-remoteproxy/authentication/authenticationprocess.cpp +++ b/libnymea-remoteproxy/authentication/authenticationprocess.cpp @@ -55,6 +55,7 @@ void AuthenticationProcess::startVerificationProcess() qCDebug(dcAuthentication()) << "Start authenticator process and store result in" << m_resultFileName; m_processTimer.start(); + m_process->setProcessEnvironment(env); m_process->start("aws", { "lambda", "invoke", "--function-name", "system-services-authorizer-dev-checkToken", "--invocation-type", "RequestResponse",