Costa Shapiro
Costa Shapiro
> This is something I've thought about a lot over the years but as a possible different project (I figure the core generators work we have here for building admin...
@sb8244 Thanks, your workaround works. Waiting for this to be resolved in the package.
Well... it's worth noting this is not the only change needed for ES7 support: `Elastix.Search.search`, `Elastix.Document.index`, `Elastix.Document.delete` and others have to have "type" arguments removed — for now, giving `"_doc"`...
I've successfully set the following values ```yaml cp-kafka-rest: configurationOverrides: "ssl.truststore.location": "/var/private/ssl/kafka.client.truststore.jks" "ssl.keystore.location": "/var/private/ssl/kafka.client.keystore.jks" ``` only to discover I can't "volume"ize `/var/private`... damn Any ideas as to how to do this...
@wktmeow thank you for your effort, looks really useful and thorough, however, as I see it, the only real showstopper is the inability to attach volumes (for the `*store`s); so,...
@wktmeow thank you for your reply. ok, a bit of context: at the moment, i'm interested in securing the rest proxy endpoint only, nothing else in the chart is going...
@wktmeow thank you soo much! now the devil is apparently in the details, since i couldn't find anything in your branch i haven't tried myself. also, `listeners` is apparently essential...
Ok, I hope this gets resolved soon, meanwhile, my working "solution" of securing the rest proxy (https+auth) involves: - creating the two JKS: https://gist.github.com/costa/f2cd91baf485f03bcee4de4c1fce7815 - pushing them into the kafka...
Hello, thank you for your effort. I need to configure jupyterhub proxy timeouts (without monkey-patching the code preferably). I'll just wait for this to be merged, right? It cannot take...
@manics Let's see, I'm using the JupyterHub helm chart with a custom-built singleuser image which is built with installing `jupyter-server-proxy` through pip; I guess I can install a custom version...