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 2019/02/15 15:50:54 UTC

[GitHub] rabbah opened a new issue #1031: wsk project deploy fails if ~/.wskprops files defines a namespace

rabbah opened a new issue #1031: wsk project deploy fails if ~/.wskprops files defines a namespace 
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/1031
 
 
   This is based on work related https://github.com/apache/incubator-openwhisk-catalog/pull/268.
   To reproduce, create a ~/.wskprops file like this, for example:
   
   ```
   > cat ~/.wskprops
   APIHOST=localhost
   AUTH=23bc46b1-71f6-4ed5-8c54-816aa4f8c502:123zO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP
   INSECURE_SSL=true
   NAMESPACE=guest
   ```
   
   Then try to run `wsk` to project deploy. The cli is picking up the NAMESPACE property and trying to install actions in the wrong namespace. This will fail since the key on the command line does not match. AFAIK there is no way to override the namespace property from the command line.

----------------------------------------------------------------
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