You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please fill out the issue checklist below and provide ALL the requested information.
[ yes] I reviewed open and closed github issues that may be related to my problem.
[yes ] I tried updating to the latest version of the CF CLI to see if it fixed my problem.
[yes ] I attempted to run the command with CF_TRACE=1 to help debug the issue.
[yes ] I am reporting a bug that others will be able to reproduce.
Describe the bug and the command you saw an issue with
I want to push an app to the Siemens Insight Hub, however, it shows that the organization's memory limit has exceeded, after several checking, I found out this is due to the org quota limit, so I am trying to assign a new org quota to my organization, but failed with the following error:
%cf update-org-quota cf-quota-1572872376330 -n cf-quota-1572872376330 -m 10G -i 2048M -l 8K -r 20 -s 20 --allow-paid-service-plans
Updating org quota cf-quota-1572872376330 as [email protected]...
You are not authorized to perform the requested action.
What happened [email protected] is already an ORG Manager, Space Manager, and Space Developer. I have tried to create an admin user and assign it to the scope cloud_controller. However, even if the process is successful, the admin has not been added to the scope cloud_controller. I wonder if this is the reason. Here is the code:
%uaac member add cloud_controller.admin admin
success
% uaac context
[0]*[http://localhost:8080/uaa]
Please fill out the issue checklist below and provide ALL the requested information.
CF_TRACE=1
to help debug the issue.Describe the bug and the command you saw an issue with
I want to push an app to the Siemens Insight Hub, however, it shows that the organization's memory limit has exceeded, after several checking, I found out this is due to the org quota limit, so I am trying to assign a new org quota to my organization, but failed with the following error:
%cf update-org-quota cf-quota-1572872376330 -n cf-quota-1572872376330 -m 10G -i 2048M -l 8K -r 20 -s 20 --allow-paid-service-plans
Updating org quota cf-quota-1572872376330 as [email protected]...
You are not authorized to perform the requested action.
What happened
[email protected] is already an ORG Manager, Space Manager, and Space Developer. I have tried to create an admin user and assign it to the scope cloud_controller. However, even if the process is successful, the admin has not been added to the scope cloud_controller. I wonder if this is the reason. Here is the code:
%uaac member add cloud_controller.admin admin
success
% uaac context
[0]*[http://localhost:8080/uaa]
[0]*[admin]
client_id: admin
access_token: [i hided]
token_type: bearer
expires_in: 43199
scope: clients.read clients.secret clients.write uaa.admin clients.admin scim.write scim.read
jti: bf9c3af89dbd4d3387804c09d4982191
Expected behavior
I want to assign a new org quota to my organization but have no authorization.
Provide more context
Thank you
The text was updated successfully, but these errors were encountered: