allegroai / clearml-server

ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline, Orchestration, Scheduling & Serving in one MLOps/LLMOps solution
https://clear.ml/docs
Other
364 stars 132 forks source link

Feature Request: Temporary S3 Credentials for Web UI #200

Open ngessert opened 1 year ago

ngessert commented 1 year ago

At our company, we only use temporary s3 credentials (key+secret+token) for security reasons. That is no problem on the user/client side, as we can use the boto3 credential chain (see config: here).

However, for the web UI you can only enter permanent credentials (key+secret). It would be great to be able to use temporary credentials for the web UI as well.

ainoam commented 1 year ago

Great suggestion @ngessert. It's actually already been suggested and should become available in the next UI release (Thanks @annaelee)

ngessert commented 1 year ago

Great! Do you have a rough estimate for the next release date/week?

ainoam commented 1 year ago

@ngessert The later part of Jul-23 looks good at this stage :)

pollfly commented 11 months ago

Hey @ngessert! v1.12.0 is now out, supporting AWS S3 temporary access tokens.