Thomas Meyer

Results 22 comments of Thomas Meyer

Hi, the idea is that the existence of those labels will trigger a process which will create a x.509 certificate and will update LB with this certificate and private key.

I have no idea what I'm doing! But maybe something in this direction? ```` diff --git a/pkg/cri/server/container_create.go b/pkg/cri/server/container_create.go index a3c97f506..8bca51734 100644 --- a/pkg/cri/server/container_create.go +++ b/pkg/cri/server/container_create.go @@ -33,6 +33,7 @@ import...

Hi, yes something like this, as I said our private container registry had some intermittent errors. If I understand the code correctly in the CreateContainer path, the manifest media type...

> One observation - there is a json encoder and decoder in apr-util that is Apache licensed. > > https://github.com/apache/apr-util/blob/1.7.x/json/apr_json_encode.c > > It is not released yet, and it's reasonable...

@minfrin see original discussion here: https://github.com/apache/httpd/pull/353

Hi @minfrin I added a ifdef, one implementation using apr json and the other one the custom utf8 escaping. for apr json i added some TODO comments, not sure how...

can someone please approve the github workflow?

> In the test, the following got logged, which is a win: > > ``` > {"remoteAddr":"127.0.0.1","size":"236","logicalUserName":"","request":"GET / HTTP/1.1","statusCode":"404","time":"[17/Dec/2023:19:52:58 +0000]","user":""} > ``` > > In the test there was no...