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/11/15 05:30:17 UTC

[GitHub] [openwhisk-composer] tardieu commented on issue #59: http 501 error

tardieu commented on issue #59: http 501 error
URL: https://github.com/apache/openwhisk-composer/issues/59#issuecomment-554218701
 
 
   You need to specify the concrete apihost:port for the openwhisk instance you are using. Something like:
   ```
   deploy -i -w demo demo.json --apihost us-south.functions.cloud.ibm.com
   ```
   You are probably also missing the authorization key.
   ```
   deploy -i -w demo demo.json --apihost us-south.functions.cloud.ibm.com --auth myAuthKey
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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