我正在尝试在 run.pivotal.io 上使用 Cloud Foundry v2
我正在关注文档:http ://docs.cloudfoundry.com/docs/dotcom/getting-started.html ;使用我在 Cloud Foundry v1 (cloudfoundry.com) 上注册的用户的凭据。
gem install cf
cf --version
cf 2.1.0
cf login
...
Authenticating... OK
CFoundry::NotAuthorized: 10003: You are not authorized to perform the requested action
... not authorised log:
REQUEST: GET https://api.run.pivotal.io/v2/organizations?inline-relations-depth=0
此时文档状态我应该得到一个交互式提示来选择一个空间。
我试图列出/创建空间和组织。cf 总是返回一个 CFoundry::NotAuthorized。
让我知道我错过了什么!谢谢。