Is there a way to add arbitrary HTTP headers to a ...
# golang
p
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
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
that's an interesting idea to pursue - good suggestion