local mode has been disabled by your administrator #97
-
Hello, I've had to restart our Grafana docker today and for some reason I get: "local mode has been disabled by your administrator" If I go to my datasource and test it says it's working. Using Grafana 8.0.1 and Sign CSV 0.6.1 Any help would be great! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
v0.6.0 was a security update. Allowing local mode means that Grafana users can read files on the local machine, which can pose security risks if there's sensitive information on the same file system as the Grafana server. For this reason I've blocked local mode by default. If you want to enable it, please see the documentation: https://marcus.se.net/grafana-csv-datasource/configuration#allow-local-mode |
Beta Was this translation helpful? Give feedback.
-
I can enable local mode with before launching the server by: export GF_PLUGIN_ALLOW_LOCAL_MODE=true But I can't enable local mode with
with contents: [plugin.marcusolsson-csv-datasource]
allow_local_mode = true |
Beta Was this translation helpful? Give feedback.
v0.6.0 was a security update. Allowing local mode means that Grafana users can read files on the local machine, which can pose security risks if there's sensitive information on the same file system as the Grafana server.
For this reason I've blocked local mode by default. If you want to enable it, please see the documentation:
https://marcus.se.net/grafana-csv-datasource/configuration#allow-local-mode