Draw.io proxy not forwarding requests to servers in private network #4966
fgreinacher
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are running draw.io in our company private network. We now would like to allow opening draw.io libraries from a GitLab instance also running in the same network.
We therefore enabled the draw.io proxy server via
ENABLE_DRAWIO_PROXY=1
. Unfortunately the draw.io proxy does not forward the request as the URL sanity check fails due to the private IP address of our GitLab instance (in this case10.x.x.x
).Can you explain a bit the rationale for this logic? Would you be open to adapt it or make it configurable for use-cases like ours?
Beta Was this translation helpful? Give feedback.
All reactions