NodeRED bluemix/IBM Cloud starter application的安装失败,并显示一条IAM错误消息,提示权限不足:
FAILED
Server error, status code: 502, error code: 10001, message: Service broker error: You do not have the required permission to create an instance. You must be assigned the IAM Editor role or higher. Contact the account owner to update your access.
有人知道如何解决此问题吗?
答案 0 :(得分:0)
好像您没有适当的IAM访问权限。如果您是帐户的所有者,则可以按照此link中的步骤设置所需的权限。如果您不是帐户的所有者,请向帐户所有者询问权限。
有关最佳做法,请参阅此solution tutorial
答案 1 :(得分:0)
该问题实际上与bluemix starter应用程序尝试创建cloudant的精简计划实例有关。在我的情况下,这是不可能的,因为已经有这样的实例,并且每个CF组织仅允许一个实例。
解决方案是修补pipeline.yml以创建标准计划实例:
cf create-service cloudantNoSQLDB Standard "${CLOUDANT_NAME}"