You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/08/03 18:03:42 UTC

[GitHub] mgencur opened a new issue #3943: Inconsistency between action and package list actions with invalid namespace

mgencur opened a new issue #3943: Inconsistency between action and package list actions with invalid namespace
URL: https://github.com/apache/incubator-openwhisk/issues/3943
 
 
   ## Environment details:
   
   * local deployment, running OpenWhisk in Minishift according to https://github.com/apache/incubator-openwhisk-deploy-openshift
   
   ## Steps to reproduce the issue:
   
   1. List actions with an invalid namespace/package: 
   ```
   wsk action list /whisk.syssstem/utils
   ```
   2. List packages with an invalid namespace: 
   ```
   wsk package list /whisk.systsdf
   ```
   
   ## Provide the expected results and outputs:
   
   I'd expect both of the commands would return a message saying that the respective namespace or package doesn't exist.
   
   ## Provide the actual results and outputs:
   
   The output of wsk action list is 
   ```
   error: Unable to obtain the list of actions for namespace 'whisk.syssstem': The supplied authentication is not authorized to access 'whisk.syssstem/utils'. (code 1119)
   Run 'wsk --help' for usage.
   ```
   The output of wsk package list is
   ```
   packages
   ```
   
   

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


With regards,
Apache Git Services