Update aws-cli process environment
This commit is contained in:
parent
27c72096e7
commit
2331286650
@ -55,6 +55,7 @@ void AuthenticationProcess::startVerificationProcess()
|
|||||||
|
|
||||||
qCDebug(dcAuthentication()) << "Start authenticator process and store result in" << m_resultFileName;
|
qCDebug(dcAuthentication()) << "Start authenticator process and store result in" << m_resultFileName;
|
||||||
m_processTimer.start();
|
m_processTimer.start();
|
||||||
|
m_process->setProcessEnvironment(env);
|
||||||
m_process->start("aws", { "lambda", "invoke",
|
m_process->start("aws", { "lambda", "invoke",
|
||||||
"--function-name", "system-services-authorizer-dev-checkToken",
|
"--function-name", "system-services-authorizer-dev-checkToken",
|
||||||
"--invocation-type", "RequestResponse",
|
"--invocation-type", "RequestResponse",
|
||||||
|
|||||||
Reference in New Issue
Block a user