You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If I establish a RDP connection to a host (within a target) and logout of the machine (Boundary session is still active), thereafter, if I try to connect to another host, I get an error no tofu token but not in correct session state
To Reproduce
Steps to reproduce the behavior:
Go to Boundary Desktop App (v1.4.5) and authenticate (Make sure there are no active Boundary sessions)
Click on Targets -> Go to Hosts -> Click Connect for Host1
Using Proxy URL, establish a RDP connection (something like 127.0.0.1:56734)
The connection is activated and authorized as shown in below worker logs
Close the connection from within the Windows host. You will find below in worker logs {"id":"7Eb7fjgFNF","source":"https://hashicorp.com/boundary/boundary-worker-5ccf8c4566-shw8n/worker","specversion":"1.0","type":"system","data":{"version":"v0.1","op":"worker.(Worker).handleProxy","data":{"connection_id":"sc_mRlM1SFJ9I","msg":"connection closed","session_id":"s_pCA4K28MqV"}},"datacontentype":"application/cloudevents","time":"2022-10-25T16:00:13.900900772Z"}
The session s_pCA4K28MqV will be still active in Boundary
Try connecting to a different host now from the target list.
Using the new Boundary Proxy URL establish a RDP connection to the new host
You will get an internal error with below error in worker logs
{"id":"Ongp5mD0dZ","source":"https://hashicorp.com/boundary/boundary-worker-5ccf8c4566-shw8n/worker","specversion":"1.0","type":"system","data":{"version":"v0.1","op":"worker.(Worker).handleProxy","data":{"msg":"session successfully activated","session_id":"s_NDVPyo8Ne1"}},"datacontentype":"application/cloudevents","time":"2022-10-25T16:13:46.697645106Z"}
{"id":"iZbHjQf2sw","source":"https://hashicorp.com/boundary/boundary-worker-5ccf8c4566-shw8n/worker","specversion":"1.0","type":"system","data":{"version":"v0.1","op":"worker.(Worker).handleProxy","data":{"connection_id":"sc_1GJJcPgeeV","msg":"connection successfully authorized","session_id":"s_NDVPyo8Ne1"}},"datacontentype":"application/cloudevents","time":"2022-10-25T16:13:47.011316445Z"}
{"id":"RJF556KC1c","source":"https://hashicorp.com/boundary/boundary-worker-5ccf8c4566-shw8n/worker","specversion":"1.0","type":"system","data":{"version":"v0.1","op":"worker.(Worker).handleProxy","data":{"connection_id":"sc_1GJJcPgeeV","msg":"connection closed","session_id":"s_NDVPyo8Ne1"}},"datacontentype":"application/cloudevents","time":"2022-10-25T16:13:50.519417416Z"}
{"id":"xUmhn590ET","source":"https://hashicorp.com/boundary/boundary-worker-5ccf8c4566-shw8n/worker","specversion":"1.0","type":"error","data":{"error":"no tofu token but not in correct session state","error_fields":{},"id":"e_dXSmrQY3wQ","version":"v0.1","op":"worker.(Worker).handleProxy","info":{"session_id":"s_NDVPyo8Ne1"}},"datacontentype":"application/cloudevents","time":"2022-10-25T16:13:52.449107932Z"}
Expected behavior
I should be able to establish a connection to a new host.
Additional context
As a matter of fact, I should be able to establish a connection for the same host (Host1) with already existing active session or a new session by clicking on "Connect"
The text was updated successfully, but these errors were encountered:
@irenarindos : Ah, thanks for sharing this. Not sure, how I missed this ticket. Anyways, we will upgrade Boundary from 10.3 to 10.4 and see if it solves the issue. Let's keep this thread open for couple of days. Any idea, if we can upgrade it to 0.10.5 or 0.11.0 directly? We still haven't gone live and still testing on sandbox.
You should be able to upgrade to either version directly. We removed deprecated actions on targets and credentials in 0.11.0 and both 0.10.5 and 0.11.0 have known issues. You can read about them in our Changelog and decide which version to upgrade to if those changes/ issues affect you: https://github.com/hashicorp/boundary/blob/main/CHANGELOG.md
Please let us know if you run into this or any other issues after your upgrade- thanks so much!
Describe the bug
If I establish a RDP connection to a host (within a target) and logout of the machine (Boundary session is still active), thereafter, if I try to connect to another host, I get an error
no tofu token but not in correct session state
To Reproduce
Steps to reproduce the behavior:
Close the connection from within the Windows host. You will find below in worker logs
{"id":"7Eb7fjgFNF","source":"https://hashicorp.com/boundary/boundary-worker-5ccf8c4566-shw8n/worker","specversion":"1.0","type":"system","data":{"version":"v0.1","op":"worker.(Worker).handleProxy","data":{"connection_id":"sc_mRlM1SFJ9I","msg":"connection closed","session_id":"s_pCA4K28MqV"}},"datacontentype":"application/cloudevents","time":"2022-10-25T16:00:13.900900772Z"}
The session s_pCA4K28MqV will be still active in Boundary
Try connecting to a different host now from the target list.
Using the new Boundary Proxy URL establish a RDP connection to the new host
You will get an internal error with below error in worker logs
Expected behavior
I should be able to establish a connection to a new host.
Additional context
As a matter of fact, I should be able to establish a connection for the same host (Host1) with already existing active session or a new session by clicking on "Connect"
The text was updated successfully, but these errors were encountered: