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
Boundary controller and worker have public IP addresses.
Boundary client is located behind a corporate HTTP proxy.
The client first authenticates to the Boundary controller without issue.
Then, the client try to access a resource protected by a boundary worker.
The connection to the worker fails.
Network traces show that the authenticate connection reaches the controller via the corporate proxy but the connect connection does tries to reach the worker directly without going through the corporate http proxy.
To Reproduce
Steps to reproduce the behavior:
Set the corporate proxy via https_proxy variable. export https_proxy=http://user:pass@x.x.x.x:3128
Run boundary authenticate ...
boundary authenticate password -addr=https://controller.xxx.:9200 -scope-id=o_9oFaXugvAS -login-name=xxx
Please enter the password (it will be hidden):
Authentication information:
Account ID: acctpw_FuAD8xu3uh
Auth Method ID: ampw_oLQCiHpRoE
Expiration Time: Sun, 01 Dec 2024 18:37:26 CET
User ID: u_OyLPs9P6BA
Describe the bug
Boundary controller and worker have public IP addresses.
Boundary client is located behind a corporate HTTP proxy.
The client first authenticates to the Boundary controller without issue.
Then, the client try to access a resource protected by a boundary worker.
The connection to the worker fails.
Network traces show that the
authenticate
connection reaches the controller via the corporate proxy but theconnect
connection does tries to reach the worker directly without going through the corporate http proxy.To Reproduce
Steps to reproduce the behavior:
Set the corporate proxy via https_proxy variable.
export https_proxy=http://user:pass@x.x.x.x:3128
Run
boundary authenticate ...
boundary connect ...
Expected behavior
Both connections for
boundary authenticate
andboundary connect
should use the http proxy.Additional context
The text was updated successfully, but these errors were encountered: