Description of problem: The cloud shell controller manages a label on each workspace: `org.eclipse.che.workspace/creator: <user UID>` We need to identify ownership of cloud shell workspace resources to ensure we are loading the correct one in the UI. We do this today by looking at the `console.openshift.io/cloudshell-user: <username>` annotation. However this is a mutable annotation and others could "fake" out he resource for someone else. By switching to the managed label we ensure that the resource is identified as owned by the user in the annotation always. One caveat is that this value uses UID. which means system users like kubeadmin have a blank value. https://github.com/openshift/console/pull/5332/files#diff-07e0256abdab1a0f7da05989cfc294c3R72
https://issues.redhat.com/browse/ODC-3615?focusedCommentId=14134649&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14134649 Verified on build version: 4.5.0-0.nightly-2020-06-03-105031 Browser version: firefox 73
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:2409