Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cindyzczhao opened this issue May 8, 2020 · 3 comments
Open
Labels
feature-request Use this label to indicate a feature request
Projects

Comments

@cindyzczhao
Copy link
Contributor

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 cindyzczhao added the feature-request Use this label to indicate a feature request label May 8, 2020
@cindyzczhao cindyzczhao added this to To do in Atlas 🚀 via automation May 8, 2020
@mohammedri
Copy link

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?

@cindyzczhao
Copy link
Contributor Author

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.

@shazraz
Copy link

shazraz commented May 8, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Use this label to indicate a feature request
Projects
Atlas 🚀
  
To do
Development

No branches or pull requests

3 participants