markusthoemmes commented on a change in pull request #3788: Store and pass
variant data in AuthKey
URL:
https://github.com/apache/incubator-openwhisk/pull/3788#discussion_r196835596
##########
File path:
core/invoker/src/main/scala/whisk/core/containerpool/ContainerProxy.scala
##########
@@ -354,16 +354,19 @@ class ContainerProxy(
.flatMap { initInterval =>
val parameters = job.msg.content getOrElse JsObject()
+ val authkey = job.msg.user.authkey.toEnvironment
Review comment:
`val authEnvironment = ...`?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services