-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[frontend] Artifact API Does not support S3 Regions #8111
Comments
My bad, I've found that it actually uses pipelines/frontend/server/configs.ts Line 129 in e8abec2
|
It works as expected if I specify |
Actually, I think that there is still an issue when we use multi-profile setup. The problem lies in the Here, pipelines/manifests/kustomize/base/installs/multi-user/pipelines-profile-controller/sync.py Line 304 in a0a8f1d
MINIO_* variables. However, when using s3, this code suggests that we should provide AWS_REGION , AWS_SECRET_ACCESS_KEY , and AWS_ACCESS_KEY_ID .
pipelines/frontend/server/configs.ts Line 129 in e8abec2
That means that we should add those variables to Another possible solution would be to add pipelines/frontend/server/configs.ts Line 139 in e8abec2
|
Hi @kdubovikov @chensun, Also running into this problem after switching Artifact Store persistence to S3. Wondering if you've seen the latest MinioJS v7.0.27 with Assume Web Identity Role support minio/minio-js#960 ? This could be part of the fix, without needing any workaround if I'm not mistaken. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had recent activity. Please comment "/reopen" to reopen it. |
Artifact fetching API does not seem to support region for s3 resources. If we look here,
pipelines/frontend/server/minio-helper.ts
Line 50 in e8abec2
MINIO_REGION
environment variable which should be passed as a part ofml-pipeline-ui-artifact
k8s deploymentenv
map.Environment
How did you deploy Kubeflow Pipelines (KFP)?
kubeflow-manifests
KFP version:
1.5.1
Steps to reproduce
Expected result
Materials and Reference
The text was updated successfully, but these errors were encountered: