pulumiverse / pulumi-grafana

Pulumi provider for Grafana

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add http_headers config / disable provenance

geekflyer opened this issue · comments

Hi, thanks for this great provider!
I'd like to disable provenance by setting the x-disable-provenance http header (grafana/terraform-provider-grafana#845), however it appears you removed the http_headers setting from the provider settings due to some python binding issues #27 .
Is there a chance we could add the http_headers back? Or maybe simply expose a disableProvenance setting that under the hood sets these headers.
Thoughts?