wonderful-kilobyte-18728
03/05/2026, 5:55 PMgreen-answer-22914
03/05/2026, 6:35 PM--header or PULUMI_HTTP_HEADERS) that allows you to inject arbitrary HTTP headers or metadata into the requests it makes to the state backend.
Depending on what you are trying to accomplish, if you need to inject specific headers for security, auditing, or custom authentication (e.g., through a corporate gateway), you might be able to route Pulumi through a local or network-level reverse proxy (like Nginx, Envoy, or a simple Go wrapper) by pointing Pulumi to the proxy with the PULUMI_BACKEND_URL environment variable. Haven't tried this before so just a theory.wonderful-kilobyte-18728
03/05/2026, 6:40 PM