Bug 2006329

Summary: Console only allows Web Terminal Operator to be installed in OpenShift Operators
Product: OpenShift Container Platform Reporter: Josh Pinkney <jpinkney>
Component: Dev ConsoleAssignee: Jaivardhan Kumar <jakumar>
Status: CLOSED ERRATA QA Contact: spathak <spathak>
Severity: medium Docs Contact:
Priority: high    
Version: 4.7CC: amisevsk, aos-bugs, cvogt, jakumar, kjeeyar, msaud, nmukherj, sbudhwar
Target Milestone: ---   
Target Release: 4.10.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
* Before this update, the web terminal icon was available in the web console's banner head only if you installed the Web Terminal Operator in the `openShift-operators` namespace. With this update, the terminal icon is available regardless of the namespace where you install the Web Terminal Operator. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2006329[2006329])
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-03-10 16:12:32 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 2008142    

Description Josh Pinkney 2021-09-21 13:50:11 UTC
Description of problem:
Currently if you install the web terminal operator on an OpenShift cluster the terminal icon on the banner head will only appear if the web terminal operator is installed in the OpenShift-Operators namespace. This presents a problem because on OSD, in order to make the operator configurable by dedicated admins you want to have the operator in a non OpenShift- namespace. The console should be allowing the web terminal operator to be installed in any namespace and have the terminal in the browser working.

Version-Release number of selected component (if applicable): 4.7


How reproducible:


Steps to Reproduce:
1. Create a new non OpenShift- project:
```
oc new-project sample
```

2.Add in the following subscription:
```yaml
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
  name: web-terminal
  namespace: sample
spec:
  channel: fast
  installPlanApproval: Automatic
  name: web-terminal
  source: redhat-operators
  sourceNamespace: openshift-marketplace
  startingCSV: web-terminal.v1.3.0
```
3. Observe that the terminal icon does not appear on the banner head

Actual results:
The terminal button never appears on the banner head when installed in a different namespace

Expected results:
You can see the terminal button on the banner head regardless of what namespace Web Terminal Operator is installed

Additional info:

Comment 3 Mohammed Saud 2021-11-03 18:36:19 UTC
Verified on:
Build:   4.10.0-0.nightly-2021-11-02-121455
Browser: Firefox 94

Comment 10 errata-xmlrpc 2022-03-10 16:12:32 UTC
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 (Moderate: OpenShift Container Platform 4.10.3 security update), 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/RHSA-2022:0056