appuio / cloud-portal

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

Prevent users from accessing the OpenShift console if they don't have a default organization #536

Open akosma opened 1 year ago

akosma commented 1 year ago

Summary

As organization owner who just signed up I want to be notified that I must create a default organization, or at least be prevented from accessing the OpenShift console So that I don't get the impression that I'm ready to go, and then get an error when I try to oc new-project

Context

Users who sign up by themselves, and who haven't got an organization, shouldn't be able to access the OpenShift console until they create a new organization (which requires a billing entity, but that's another problem).

The yellow buttons leading to the OpenShift consoles of APPUiO Cloud clusters should not be enabled if the current user does not belong to an organization.

Out of Scope

No response

Further links

No response

Acceptance Criteria

Implementation Ideas

No response