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
Hello Everyone, I Am New To The Channel. I Am Working In A Team Which Deployed Clearml To An Azure Kubernetes Cluster Via Helmchart. We Have A Central Authentication Provider Which We Would Like To Use With Clearml. Is There A Possibility To Use Keycloak

Hello everyone, I am new to the channel. I am working in a team which deployed clearml to an Azure Kubernetes Cluster via helmchart.
We have a central authentication provider which we would like to use with clearml.
Is there a possibility to use Keycloak as authentication provider in clearml?

  
  
Posted one month ago
Votes Newest

Answers


Hi @<1673863775326834688:profile|SucculentMole19> , Unfortunately the open source does not support any authentication beyond the user/pass option.
If authentication is key, then the enterprise has full SSO integration including RBAC.

  
  
Posted one month ago
133 Views
1 Answer
one month ago
one month ago
Tags