I have an issue over here. Somehow all HTTP reques...
# general
n
I have an issue over here. Somehow all HTTP requests made by the
pulumi
CLI fail with the following message (only if triggered by automation API):
Copy code
I0720 12:14:32.203370   19800 backend.go:420] found username for access token
I0720 12:14:46.264798   19800 sink.go:155] defaultSink::Error(error: performing HTTP request: Get "<https://api.pulumi.com/api/stacks/><org>/<project>/<stack>": Not Found)
error: performing HTTP request: Get "<https://api.pulumi.com/api/stacks/><org>/<project>/<stack>": Not Found
My local Pulumi version is
v3.36.0
. The stacks exist and
curl
and “local”
pulumi
commands work flawlessly. Any ideas where this might come from?
1
Never mind. It was some lib sneaking a
HTTP_PROXY
var into my automation project 🤦‍♂️