Guilherme Souza
Guilherme Souza
I can confirm that this issue also happens on Github-managed runners. ``` Run git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" git commit...
I like this too, we never had this problem since we run most of our apps on isolated machines.
@OndrejIT, you should be able to run the tests with: ```shell make setup make test ```
@jhutchings1 , this issue is preventing us from using Terraform to manage Cloudflare resources. I understand that Cloudflare has its own internal priorities, but as an Enterprise customer, I would...
We're still facing issues with the Terraform provider, it's always painful when we're adding a new IP list. ``` 429 Too Many Requests {"success":false,"errors":[{"code":971,"message":"Please wait and consider throttling your request...
This would make it easier for us also.
Hi @costinm, the istio root CA is a subordinate of the AWS private root CA, we use cert-manager AWS PCA issuer to create the certificate for istio. The only difference...
Exactly, @keithmattix; we use Istio to connect multiple clusters hosted in AWS. We had no issues when running with sidecars, and the ambient mode was being tested connecting workloads in...
@costinm, that's all I got from ztunnel 15008 port. ``` openssl s_client -connect 10.61.73.159:15008 CONNECTED(00000003) write:errno=104 --- no peer certificate available --- No client certificate CA names sent --- SSL...