Constantin Bugneac

Results 10 comments of Constantin Bugneac

I'm having the same issue when downloading Terraform modules from another private repository using SSH key (URL). Terraform snippet: ```terraform ... module "kms_s3_" { source = "git::ssh://[email protected]/Org/modules-repo.git//modules/kms?ref=0.1.0" ... } ```...

Hi @gruebel this is a snippet when run with `DEBUG` logging (full one is pretty long). Is it of any help ? ```sh ... 2023-08-09 08:20:31,697 [MainThread ] [DEBUG] done...

Hi @aramase @nilekhc please could you review this PR ?

Hi @aramase @nilekhc @ritazh @tam7t please could you review this PR when you have time ?

Hi @aramase please could you review it once again ?

Hi @aramase @nilekhc @ritazh @tam7t please could you review this PR when you have time ?

Here is an example of exception raised: ``` 2023-11-10T14:47:39.554Z ERROR access-log-streamer could not send the log to TCP log destination. Dropping the log {"address": "datadog-kuma-tcp.datadog.svc.cluster.local:10518", "address": "datadog-kuma-tcp.datadog.svc.cluster.local:10518", "error": "failed to...

Thanks @jakubdyszkiewicz for the suggestion, not sure how OpenTelemetry would help here. Does the OpenTelemetry client have support for retry/timeout settings ? Reason being is that if the backend on...