atlas icon indicating copy to clipboard operation
atlas copied to clipboard

Be able to configure a different archive server URL for the rest api

Open cindyzczhao opened this issue 4 years ago • 3 comments

Is your feature request related to a problem? Please describe. Currently, the archive host URL in the rest api is forced to include the archive server port. The user should be able to configure this to hit a different external URL if desired.

Describe the solution you'd like An additional argument in the atlas-server start command to specify the other URL.

cindyzczhao avatar May 08 '20 17:05 cindyzczhao

How does this work currently with an instance of Atlas that is in a remote machine? The external URL needs to be configured to be able to access the artifact from that remote server no?

mohammedri avatar May 08 '20 18:05 mohammedri

Currently we assume the {archive host}:{archive port} is the external URL for getting artifacts. But if that's not the case, there's no way for the user to change it.

cindyzczhao avatar May 08 '20 19:05 cindyzczhao

Our current setup doesn't put the archive server behind the auth proxy, as a result things break when setting things behind an internet facing proxy.

shazraz avatar May 08 '20 21:05 shazraz