F1 Outsourcing Development

Results 121 comments of F1 Outsourcing Development

Hmmm, ok weird, I use a custom domain in the aws s3 configuration. I will try again with an ip flushdns to see if I can get it to query...

Afaik from the docs, it is not possible to do one simple put/push request to update an existing acl by adding an ip.

> Can you provide us with the log with the full stack trace oft the panic? Do you have a link to a quick how to do this manual?

I am getting this in stdout (instead of stderr) of the container. {"code":500,"message":"runtime error: invalid memory address or nil pointer dereference: /usr/local/go/src/runtime/panic.go:220 panicmem"} `time="2022-06-24T08:57:15Z" level=error msg="Panic runtime error: invalid memory...

> Can you share the haproxy configuration file, you can redact sensitive data? I can send via email, and not an address of a free provider that analyses email content,...

{"code":500,"message":"runtime error: invalid memory address or nil pointer dereference: /usr/local/go/src/runtime/panic.go:259 panicmem"} `time="2022-09-16T09:12:16Z" level=error msg="Panic runtime error: invalid memory address or nil pointer dereference" stack_trace="\n/usr/local/go/src/runtime/panic.go:259 panicmem\n/home/mjuraga/projects/go/pkg/mod/github.com/haproxytech/config-parser/[email protected]/parsers/tcp/types/connection.go:92 (*Connection).String\n/home/mjuraga/projects/go/pkg/mod/github.com/haproxytech/config-parser/[email protected]/parsers/tcp/tcp-request.go:89 (*Requests).Result\n/home/mjuraga/projects/go/pkg/mod/github.com/haproxytech/config-parser/[email protected]/parsers/tcp/tcp-request_generated.go:135 (*Requests).ResultAll\n/home/mjuraga/projects/go/pkg/mod/github.com/haproxytech/config-parser/[email protected]/writer.go:123 (*configParser).writeParsers\n/home/mjuraga/projects/go/pkg/mod/github.com/haproxytech/config-parser/[email protected]/writer.go:48 (*configParser).String\n/home/mjuraga/projects/go/pkg/mod/github.com/haproxytech/config-parser/[email protected]/writer.go:87...

``` [marc@os0 temp2]$ grep 'tcp-request' haproxy.cfg.ORG tcp-request connection reject if blacklistweb tcp-request connection reject if blacklistweb tcp-request connection reject if blacklistabuse tcp-request inspect-delay 5s tcp-request content accept if { req.ssl_hello_type...

I was just thinking, if memory cannot be allocated in the resources limited container, could this message also arise? I assume that this api does not allocate much memory, does...

I was doing some more testing on a docker container with a trimmed down config. I do not seem to have issues there. Returning back to the staging environment. I...