hashicorp / boundary-reference-architecture

Example reference architecture for a high availability Boundary deployment on AWS.
https://boundaryproject.io
Mozilla Public License 2.0
213 stars 106 forks source link

Unable to connect to targets from other machines #31

Closed jellevink closed 3 years ago

jellevink commented 3 years ago

Seems like you are only able to connect to the target instances from the machine that has spun up Boundary. Have tried to connect using a different machine and cannot reach targets, this machine has Boundary installed and can successfully authenticate via the CLI and read targets, just not connect.

I have only tried this issue using SSH via the CLI, but suspect that RDP is also unavailable.

malnick commented 3 years ago

@jellevink - It's likely that the worker config isn't correct for accessing this off host. These references are meant to be examples, I didn't build them to work outside the intended use case of 127.0.0.1. That worker config is where I'd start, probably need to set the worker public IP to have it route correctly.

malnick commented 3 years ago

Closing this out since it's been a while with no response.