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
As An Admin User On Enterprise Server, Is There A Programmatic Way To...

as an Admin user on Enterprise server, is there a programmatic way to...

  • query all of the age of all of the API credentials for all users
  • revoke the API credentials that are older than a certain age. E.g., 90 days
    Looking for a way to enforce regular rotation of keys

If not, what would it take for an update so that we have REST APIs to do the above? Someone with admin rights to do that inspection of the age of all users' API credentials

  
  
Posted 20 days ago
Votes Newest

Answers 4


Hi @<1897457084870430720:profile|WonderfulStork92> , I think this should be sent directly to the clearml enterprise support team

  
  
Posted 20 days ago

In short, in Enterprise mode, as an admin, you can use impersonation for each user with the auth.get_credentials API call and get the last used time for each credentials set (created time is not available right now). You can use impersonation again with the auth.revoke_credentials API call to revoke a credentials set.

  
  
Posted 19 days ago

hi @<1523701087100473344:profile|SuccessfulKoala55> are there docs/examples of the API calls you are referring to?

Also, what is the recommended method of reaching the ClearML Enterprirse support team?

  
  
Posted 18 days ago

@<1897457084870430720:profile|WonderfulStork92> - You can find the API documentation here: None

  
  
Posted 17 days ago
134 Views
4 Answers
20 days ago
17 days ago
Tags