Krzysztof Słonka
Krzysztof Słonka
Author: @MarcinFalkowski
Author: @franek1709 Currently envoy uses certificates file from path `/etc/ssl/certs/ca-certificates.crt` to validate server certificates during SSL request. It would be better to use file based on default cert file on...
### Description It is a bit annoying that we run full test suite on [MADR](https://github.com/kumahq/kuma/pull/4445) PRs (and there are probably more cases like this). If we are not changing code...
### Description Refactoring, taken from [this comment](https://github.com/kumahq/kuma/pull/4975#discussion_r965999932).
Prelude: this issue results from our conversation during `MeshAccessLog` meeting. Right now, the new policies have a prefix `Mesh`, which is nice because it shows a clear distinction between the...
### Description We could pass [these dependencies](https://github.com/kumahq/kuma/blob/485c82aa38094d95369ef7a8592596062429400e/tools/releases/helm.sh#L39-L46) directly to the script instead of going over the `Chart.yaml` files, which then allows us to get rid of a dependency section in...
Don't have any other ideas, maybe someone reads this before weekend and can chip in some ideas. closes: https://github.com/kumahq/kuma/issues/8845 Also I can remove the files i added in `assets/038/` -...
### What happened? Not sure if we are faulty or if it's the Datadog exporter/[mapping](https://github.com/DataDog/opentelemetry-mapping-go/) for otel. ``` panic: runtime error: index out of range [0] with length 0 goroutine...
### What happened? If you create a mesh with `.` in the name it will succeed but the DPs will fail to start.
### Description After migration to GH actions we lost [CircleCI insights](https://app.circleci.com/insights/github/kumahq?reporting-window=last-30-days) so to catch flakes we need to manually review which tests failed on recent commits and "roughly" assess what's...