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
The image of the tib is deployed on an air gapped kubernetes cluster where comunication to services out side the company network are only reachable via a http proxy. After setting the HTTP_PROXY, HTTPS_PROXY and NO_PROXY the identity broker still could not establish a connection.
Reproduction steps
Steps to reproduce the behavior:
deploy tib behind a mandatory proxy
configure social provider
try to authorize via tib
Logging contains: dial tcp 79.140.57.13:443: connect: network is unreachable
Actual behavior
The tyk indentiy broker cannot reach upstream services that are behind a proxy
Expected behavior
The tyk identity broker reads and uses the HTTP_PROXY environment variables
The text was updated successfully, but these errors were encountered:
Branch/Environment
Describe the bug
The image of the tib is deployed on an air gapped kubernetes cluster where comunication to services out side the company network are only reachable via a http proxy. After setting the
HTTP_PROXY
,HTTPS_PROXY
andNO_PROXY
the identity broker still could not establish a connection.Reproduction steps
Steps to reproduce the behavior:
dial tcp 79.140.57.13:443: connect: network is unreachable
Actual behavior
The tyk indentiy broker cannot reach upstream services that are behind a proxy
Expected behavior
The tyk identity broker reads and uses the
HTTP_PROXY
environment variablesThe text was updated successfully, but these errors were encountered: