Jens Reimann

Results 595 comments of Jens Reimann
trafficstars

Yes, I can understand that. The problem might be that serde doesn't support that easily: https://serde.rs/container-attrs.html#deny_unknown_fields When using `flatten` (which IIRC we do) then this won't work. I am not...

It would be great if someone could come up with a PR for this.

Builds are being triggered by changes in the filesystem. Depending on your setup, it might be that the build changes a watched file, which leads to another build. There some...

I think we are running into the same issue (just with AWS EC2, Route53). This used to work before.

Digging a bit into this, it might be that the reason this worked before was that we created the certificate before adding the CNAME record to the load balancer (LB)....