pritidesai opened a new issue #471: OpenWhisk Credentials on Client Side should not parse whisk.properties URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/471 (Repeating Matt's comment from PR #468:) The order for credentials should be: (1) Command line... (`wskdeploy --apihost <host> --auth <auth> --namespace <namespace>`) should override anything in static Deployment or Manifest YAML files. That is, the user has taken a manual action to supply the latest values. (2) Deployment file overrides Manifest values (3) Last default is Manifest file (4) .wskprops, (NOT whisk.properties, this SHOULD NEVER be used directly). See https://github.com/apache/incubator-openwhisk/blob/master/docs/cli.md, Here it is ONLY used by someone setting up .wskprops to help them locate the APIHOST. It should NEVER be used by the CLI or wskdeploy directly. (5) If interactive mode is enabled, then we can prompt for any missing (required) values. Update the unit tests (PR #468) based on this ordering. ---------------------------------------------------------------- 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: [email protected]
With regards, Apache Git Services
