rabbah opened a new issue #810: wskdeploy assumed "guest" namespace if one is not set URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/810 if you have a .wskprops file without a NAMESPACE defined, it appears wskdeploy assumes "guest" as the namespace which is incorrect. It should use "_" or do an actual look up and retrieve the namespace. ``` > wskdeploy export Info: The API host is [https://openwhisk.ng.bluemix.net], from .wskprops. Info: The auth key is set, from .wskprops. Info: The namespace is [guest], from .wskprops. Info: Unmarshal OpenWhisk runtimes from local values. Error: The supplied authentication is not authorized to access 'guest'. (code 2898491) ```
---------------------------------------------------------------- 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
