尝试使用提供的 VagrantFile 构建我的本地openwhisk实例。我使用临时 CouchDB 容器作为我的数据源。
在ant clean build deploy
我得到以下异常期间:
BUILD FAILED
/home/vagrant/openwhisk/build.xml:55: The following error occurred while executing this line:
/home/vagrant/openwhisk/build.xml:99: exec returned: 5
进一步查看日志,我看到在 installCatalog.sh 部分下重复了以下内容:
[exec] error: The supplied authentication is invalid
cloudant-local.env
我已经通过执行一些测试 curl 命令验证了我的 couchdb 凭据是正确的。不确定它可能会抱怨哪些其他身份验证凭据。有任何想法吗?