我设法按照指南http://docs.cloudfoundry.com/docs/running/deploying-cf/ec2/在 aws ec2 上安装 cf
经过一些尝试,发现 curl api.subdomain.domain/info 一切都很好
按预期返回。
然后我进入下一步,使用本指南创建用户:http: //docs.cloudfoundry.com/docs/running/managing-cf/managing-users.html
1 - 执行:uaac 目标 uaa.[your-domain].com
得到响应:上下文:管理员,来自客户端管理员
2 - 执行:uaac token client get admin -s [admin-cliente-secret} got:
上下文:管理员,来自客户端管理员
当我尝试执行
uaac 用户添加 [test-user] -p [test-password] --emails [testemail]
我得到:错误响应:
{
"错误": "access_denied",
"error_description": "访问被拒绝"
}
*请注意,括号包含有效值
如何获取有关此错误的一些信息、以某种方式对其进行调试或找出 wath 错误?