Luca Corrieri
Luca Corrieri
This could be done easily by removing the `openssl-sys` dependency and using the `rustls` feature of the `reqwest` crate. But there's a better way... As a matter of fact, the...
As far as I know, [Rustls](https://github.com/rustls/rustls) is a nice drop-in replacement of OpenSSL. It's a pure Rust TLS library, only supporting modern protocols like TLS 1.2 and 1.3. The major...
The CI is failing because the `cargo fmt --all -- --check` fails, i. e. the formatting of the code is incorrect (here there are trailing new lines at the end...
Hi, I experience the same problem here ! ✋ When using BDN with [dotnet/crank](https://github.com/dotnet/crank), the `--inProcess` flag is passed to the BDN executable, and my benchmark throws a NullReferenceException. By...
I recently faced this issue. I was using Bombardier across multiple runs of the Crank controller (without relaunching the Crank Agent between each), and when I wanted to use the...
> What kind of files did you need to upload? POST data file? Yes, I forgot to mention it, it was a POST/PUT body file. Unfortunately I could not make...
Hello, Yes I think it can be done this way. Beware [to not enable Hermitcrab](https://docs.burrito.tf/operator-manual/provider-caching/) in Burrito's Helm chart (disabled by default) as it overrides the `TF_CLI_CONFIG_FILE` environment variable [in...
We could use the controller-runtime to expose custom metrics: https://book.kubebuilder.io/reference/metrics
What you mean is having the possibility to run a `terragrunt run-all ...` command? Currently you can create one `TerraformLayer` for each of your module, the only downside is that...
Hello, Thank you for showing your interest to Burrito 😄 We plan to add in Burrito a mechanism to be "terragrunt-aware" for plans and apply, to respect the dependencies between...