Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi! Is There A Way To Export The Credentials Of The Aws Account Only During The Creation Of The Docker? I Don’T Want Every User In My Team To Know The Credentials To Access S3 Buckets. I Just Want Them To Be Able To Write In The Bucket Without The Credent

Hi! Is there a way to export the credentials of the AWS account only during the creation of the docker? I don’t want every user in my team to know the credentials to access s3 buckets. I just want them to be able to write in the bucket without the credentials appear nor in their clearml.conf nor in their environmental variables.
Thanks!

  
  
Posted 2 years ago
Votes Newest

Answers 17


Hi AbruptCow41

I just want them to be able to write in them without them appear nor in their clearml.conf nor in their environmental variables.

So where would they put them ? (or is it pre baked into the docker?)

  
  
Posted 2 years ago

exactly, somewhere in the docker running

  
  
Posted 2 years ago

Like a vault per user ?

  
  
Posted 2 years ago

So a docker per user?!

  
  
Posted 2 years ago

I see, so basically pull a fixed set of configuration for everyone from the server.
Currently only the scale/enterprise version supports such a feature 😞

  
  
Posted 2 years ago

thanks anyways 🙂

  
  
Posted 2 years ago

Sorry, I mean a vault on the clearml-server holding the credentials per user, then agent pulls it based on the user, and it is transparent from the user perspective

  
  
Posted 2 years ago

it would be clearml-server’s job to distribute to each user internally?

So you mean the user will never know their own S3 access credentials?
Are those credentials unique per user or once"hidden" for all of them?

  
  
Posted 2 years ago

it would be easier for a sysadmin to center the credentials of the bucket in the clearml-server, without the need to distribute them…every user in the server has the same credentials, and they don’t need to know them..makes sense?

  
  
Posted 2 years ago

no because every user that is trying to write in the bucket has the same credentials

  
  
Posted 2 years ago

Hmm so the concept of "company" wide configuration is supported in the enterprise version.
I'm trying to think of a "hack" to just pass these env/conf ...
How are you spinning the agent machines?

  
  
Posted 2 years ago

…every user in the server has the same credentials, and they don’t need to know them..makes sense?

Make sense, single credentials for everyone, without the need to distribute
Is that correct?

  
  
Posted 2 years ago

each person has its laptop..and they do a pip install clearml and set their credentials in the clearml.conf file

  
  
Posted 2 years ago

yes, I’m talking about AWS/GCP only

  
  
Posted 2 years ago

I mean in the clearml-server docker

  
  
Posted 2 years ago

oh 😕

  
  
Posted 2 years ago

ok, but except that in that case it would be clearml-server’s job to distribute to each user internally?

  
  
Posted 2 years ago
576 Views
17 Answers
2 years ago
one year ago
Tags
Similar posts