mhenke1 commented on a change in pull request #3752: Move uuid into namespace 
to decouple it from authkey
URL: 
https://github.com/apache/incubator-openwhisk/pull/3752#discussion_r195050604
 
 

 ##########
 File path: core/controller/src/main/scala/whisk/core/controller/Actions.scala
 ##########
 @@ -187,7 +187,7 @@ trait WhiskActionsApi extends WhiskCollectionAPI with 
PostActionActivation with
   override def create(user: Identity, entityName: 
FullyQualifiedEntityName)(implicit transid: TransactionId) = {
     parameter('overwrite ? false) { overwrite =>
       entity(as[WhiskActionPut]) { content =>
-        val request = content.resolve(user.namespace)
+        val request = content.resolve(user.namespace.name)
 
 Review comment:
   Addressed in latest commit

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to