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/02/14 02:56:47 UTC

[GitHub] allen-servedio commented on issue #735: Add support for credentials for private git repo dependencies

allen-servedio commented on issue #735: Add support for credentials for private git repo dependencies
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/735#issuecomment-365480155
 
 
   At a suggestion from @csantanapr , I tried to add a username + API token to the repo URL. Unfortunately the code to check if it is a github location does not account for this and so you get this error:
   
   ```
   Error: manifestreader.go [73]: [ERROR_YAML_FILE_FORMAT_ERROR]: File: [manifest.yaml]:
   ==> Dependency type is unknown.  wskdeploy only supports /whisk.system bindings or github.com packages.
   ==>
   ```
   
   That, actually, looks easy to fix...

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