Unable to select a space or join an organization on run.pivotal.io

你。 提交于 2019-12-08 07:17:28

问题


I am attempting to use Cloud Foundry v2 on run.pivotal.io

I am following the documentation: http://docs.cloudfoundry.com/docs/dotcom/getting-started.html; using the credentials of my user registered on 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

At this point the documentation states I should get an interactive prompt to select a space.

I have attempted to list/create spaces and organisation. cf always returns a CFoundry::NotAuthorized.

Let me know what I am missing! Thanks.


回答1:


What I needed to do first was to login on the web console at http://console.run.pivotal.io I then prompted to create an organisation and all is good now.

My question got answered on the support forums of pivotal here: https://support.cloudfoundry.com/entries/24126377-Unable-to-join-an-organisation-on-run-pivotal-io?page=1#post_23711398



来源:https://stackoverflow.com/questions/17056241/unable-to-select-a-space-or-join-an-organization-on-run-pivotal-io

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!