redhat-developer / web-terminal-operator

OpenShift Console Web Terminal
MIT License
41 stars 15 forks source link

where is the namespace for the WebTerminal stored? #113

Closed rbaumgar closed 2 years ago

rbaumgar commented 2 years ago

Summary

I can use WT under many users (incl admin), except one. When I try to start WT in this user (demo), the box is opened and stay white... image

With working users, box switched immediately to black... If it is a user who starts WT the first time, I get asked for a namespace...

Any hint?

Relevant information

rbaumgar commented 2 years ago

Settings are stored in Openshift-Console-user-settings Object: user-settings- find in user

$ oc get user demo
NAME   UID                                    FULL NAME   IDENTITIES
demo   64d64fc2-ef2b-4dd4-bbe8-8c803ab04b3f               Local:demo
$ get configmap user-settings-64d64fc2-ef2b-4dd4-bbe8-8c803ab04b3f -n openshift-console-user-settings -o yaml | grep terminal.namespace 
  console.terminal.namespace: demo-terminal