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

[BUG] - Conda-store artifacs links are not working #158

Open
viniciusdc opened this issue Apr 9, 2024 · 0 comments
Open

[BUG] - Conda-store artifacs links are not working #158

viniciusdc opened this issue Apr 9, 2024 · 0 comments
Assignees

Comments

@viniciusdc
Copy link
Collaborator

Context

The issue involves a problem with the download functionality of artifacts in Conda Store. Specifically, after a Conda Store environment finishes building, users need to download and view the artifacts generated by the build for reference and debugging, mainly when solves fail. However, this functionality needs to be fixed as intended.

The conda-store/api/v1/build/<build>/yaml/ endpoint should redirect the user to a pre-signed URL on MinIO to download the stored components. This redirection, :9000/conda-store/yaml/ on MinIO, fails because the port 9000 is not adequately exposed when traefik_domain is set to a value other than localhost.

As a solution, we can look at the approach taken in Nebari. We can correct the redirection issue by modifying the Traefik configuration to reroute the service port 9000 on MinIO to 9080. This change will enable the download functionality to work as intended.

Value and/or benefit

  • Enhances user experience by ensuring reliable access to conda-store build artifacts

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant