-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Embedded Shell
-
None
-
Not Needed
-
Iteration Wolverhampton
Problem Statement/Rationale
What is going wrong? What action would you like the Engineering team to take?
When a user is connected via SSH, they can connect to a remote cluster and run playgrounds, but when they try to launch a shell from a tree view they are being connected to the local machine instead of the remote machine.
Steps to Reproduce
How could an engineer replicate the issue you’re reporting?
1. Connect via SSH
Hostname: localhost
Port: 27017
SSH Tunnel: Use Password
SSH Hostname: IP
SSH Tunnel Port: 22
SSH Username: Username
SSH Password: Userpass
2. Click `Launch MongoDB Shell` for a tree view.
Expected Results
What do you expect to happen?
The URL used to launch mongosh includes proxy options.
Actual Results
What do you observe is happening?
Url does not include proxy options: mongodb://localhost:27017/?readPreference=primary&ssl=false.
Additional Notes
Any additional information that may be useful to include.