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 14:23:36 UTC

[GitHub] allen-servedio opened a new issue #741: Support Variables In Manifest Beyond Input

allen-servedio opened a new issue #741: Support Variables In Manifest Beyond Input
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/741
 
 
   From what I can tell, use of variables is not supported outside of input fields. Similar to what is being asked for in #251, we need to support variables in other places. More specifically, the `location` field of `dependencies` needs to be able to support a variable to allow passing in user credentials when connecting to a private repository.
   
   One possible alternative to this could be to allow the `deployment.yaml` file to merge in on top of any field in the `manifest.yaml` file (so, in this case, it would replace the `location` field value in the `dependencies` section). That way the `deployment.yaml` file could be encrypted or be generated from encrypted data and used to replace values as needed.

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