Nathanael Liechti
Nathanael Liechti
Hi @VerhovnikU, no haven't looked into this so far, but given your test to reproduce I suspect there's still something missing in the state upgrade logic. Let me dig into...
@VerhovnikU I can reproduce the issue with the AppSet resource you put into the issue description. When updating the AppSet Argo CD returns an error saying the AppSet doesn't exist....
No I haven't yet been able to look at this again...
The upstream issue has been closed. We are now waiting for the `3.2.0` release of Argo CD to update our dependency. That should then hopefully resolve the issue.
Hi @raynopus, thanks for pinging us again. As far as I understand your case you suspect the Terraform provider doesn't set the HTTP headers correctly that you passed in and...
@raynopus I tried spinning up an environment to check whether the provider sets headers correctly. I used [mitmproxy](mitmproxy.org) for this in reserve-proxy mode and I suspect your WAF isn't GRPC...
@VirtualEvan I have similar results when trying to connect to Argo CD over ingress-nginx and setting the `Host` header. In which mode did you run mitmproxy to analyze? Maybe I'm...
Let me look into this tomorrow. We might have the same issue in our CI/CD, at least I see something very similar in our tests.
I can reproduce the issue locally with ease, using the following snippet: ```hcl terraform { required_providers { argocd = { source = "argoproj-labs/argocd" version = "7.5.2" } } } provider...
Glad if that was already helpful. I just haven't had time to fully dig into the code and analyze where the issue exactly appears. So far looking at the debugger...