记录一下iframe嵌入grafana

1.批改配置文件, conf下default.ini

# set to true if you want to allow browsers to render Grafana in a <frame>, <iframe>, <embed> or <object>. default is false.allow_embedding = true

改为

allow_embedding = true
#################################### Anonymous Auth ######################[auth.anonymous]# enable anonymous accessenabled = true

重启

curl -H "Authorization: Bearer eyJrIjoiVUhQSm1yaXVVMDlDRGpzM3FLNVNrZkswa0RMR0ZjaXkiLCJuIjoiYWRtaW4iLCJpZCI6MX0=" http://localhost:3000/api/dashboards/home