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/05/07 21:34:51 UTC

[GitHub] eweiter opened a new issue #27: Deploy command should not fallback to using System auth if user does not provide auth

eweiter opened a new issue #27: Deploy command should not fallback to using System auth if user does not provide auth
URL: https://github.com/apache/incubator-openwhisk-package-deploy/issues/27
 
 
   You can see on the following block of code
   https://github.com/apache/incubator-openwhisk-package-deploy/blob/master/packages/actions/deployWeb.js#L100
   
   that if the user does not provide an auth string to run the deploy command with the command will default to using `process.env.__OW_AUTH_KEY`. 
   
   The auth String to use for the command should be a required property, if not provided the Action should error out and ask for an auth key. 

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