appuio / cloud-portal

APPUiO Cloud Portal (Web Frontend)
Apache License 2.0
5 stars 0 forks source link

User settings page not loading because of permission denied error in the background #226

Closed arska closed 2 years ago

arska commented 2 years ago

Description

The user settings page for @dominikhahn does not load because of an error in the background, see screenshot:

image

Additional Context

No response

Logs

No response

Expected Behavior

User settings page loading the list of available organizations, or showing an error message.

Steps To Reproduce

No response

steffinchen commented 2 years ago

PR https://github.com/appuio/cloud-portal/pull/234 fixes the endless loading spinner if fetching the user details fails, so the behavior is now as expected.

(The underlying 403 error for user rhat-dhan1 is most likely caused by a missing cluster role binding to the role control-api:user:rhat-dhan1-owner1, but that's out of scope for the front-end)