https://pulumi.com logo
#golang
Title
# golang
p

proud-machine-85126

03/09/2022, 7:05 PM
Is there a way to add arbitrary HTTP headers to a provider? Context: I'm using the openstack provider and need to go through a proxy that requires additional auth via extra headers.
l

limited-rainbow-51650

03/09/2022, 8:43 PM
I don’t see any options in the provider docs. Is it an option to run a local proxy which injects these extra auth headers and let Pulumi connect to the proxy?
p

proud-machine-85126

03/09/2022, 10:06 PM
that's an interesting idea to pursue - good suggestion
6 Views