Update aws-cli process environment

This commit is contained in:
Simon Stürz 2018-08-15 18:21:48 +02:00
parent 27c72096e7
commit 2331286650

View File

@ -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",