I’m trying to provision a datasource via YAML with dynamic headers (like explained here URL | Grafana Plugins documentation ), but it works only when configured via the GUI and not via YAML.
The value remains empty in the header. When doing the same manually via the GUI, it is working. Checking the grafana database, I see that there is an encrypted value for httpHeaderValue1, even for the YAML case.
The “secureJsonFields” is just the output of the HTTP API. The datasource.yml has jsonData and secureJsonData. In general, static strings are working via the datasource.yml, just not these meta data / variables.