You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ClearML access to debug images and artifacts stored in an AWS S3 buckets with temporary credentials fails.
Why
ClearML expects an IAM key/secret to be passed, but there should be support to use AWS temporary credentials.
How
Allow a session token to be passed through the UI and use it to access the bucket. I'm not sure how this affects access if you are using IAM credentials and do not pass a token, that part might need to be hashed out a little bit.
I currently have a branch with these changes implemented, but do not have the privileges to push that branch to this repo. Below is the git diff.
Hi @annaelee ,
thank you for this contribution, can you please create a pull request by forking this repo, then add you fork as a remote to the local copy: git remote add my https://github.com/[your user]/clearml-web.git
you can the push to your fork (my) git push my [branch name] and finally in github you will be able to open a pull request.
What
ClearML access to debug images and artifacts stored in an AWS S3 buckets with temporary credentials fails.
Why
ClearML expects an IAM key/secret to be passed, but there should be support to use AWS temporary credentials.
How
Allow a session token to be passed through the UI and use it to access the bucket. I'm not sure how this affects access if you are using IAM credentials and do not pass a token, that part might need to be hashed out a little bit.
I currently have a branch with these changes implemented, but do not have the privileges to push that branch to this repo. Below is the git diff.
The text was updated successfully, but these errors were encountered: