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 All, I Have Currently Deployed Clearml On Kubernetes, And It Looks Like Working. Had Some Trouble Adding The Helm Repo, But Ended Up I Used The Wrong Namespace. Meh. I'M Currently Evaluating The Product But I Wondering How To Add Security / Authent

hello all, I have currently deployed clearml on Kubernetes, and it looks like working. Had some trouble adding the helm repo, but ended up I used the wrong namespace. Meh.

I'm currently evaluating the product but I wondering how to add security / authentication to the app. I found this config, but that didn't do much, it keeps asking me for the "Firstname" and then sends me to the portal (which of course I dont want). None

Any thoughts?

  
  
Posted one year ago
Votes Newest

Answers 4


Hi @<1734020156465614848:profile|ClearKitten90> , I suggest checking this documentation.
None

The security in the open source is via fixed users basically

  
  
Posted one year ago

Ow looks like it's made part of the ingress that might be the reason 😉

  
  
Posted one year ago

works now! thanks @<1523701070390366208:profile|CostlyOstrich36> for the duck typing 😄

  
  
Posted one year ago

Thanks, after reviewing this I found out that the the proposed config is not working in the kubernetes deployment.( None )

Our helm chart values.yaml can be found here: None

  
  
Posted one year ago
1K Views
4 Answers
one year ago
one year ago
Tags