Insights Hub Operator Cockpit - space shown which not exists in Cloud Foundry

2023-03-03T15:27:49Z
Developer Tools

Summary


Details

In Operator Cockpit I am able to see space called (testapp ) but in Cloud Foundry, the same space is not present.

Why is there an inconsistency?

Solution

The space (testapp) is available in the related org and that is the reason it is showing in the drop-down list in the Operator Cockpit UI.

Please check your space roles.

View all users in space by role

cf space-users {org_name} {space_name}

Assign a space role to a user:

cf set-space-role {user_name} {org_name} {space_name} {role}

You can also follow the MindSphere documentation for more details.

https://developer.mindsphere.io/paas/howtos/howtos-space-management.html

Notes

For any questions or support in this matter, contact us through the support center.

Notes

KB Article ID# PL8565300

Contents

SummaryDetails

Associated Components

Cloud Foundry Developer Tools - Other