starsz commented on a change in pull request #1697:
URL: https://github.com/apache/apisix-dashboard/pull/1697#discussion_r698567538



##########
File path: docs/en/latest/FAQ.md
##########
@@ -109,3 +109,23 @@ Note: You can use this method in development and test 
environment to allow all I
 ### 7. What is the default strategy when import a duplicate route?
 
 Currently we reject import duplicate route, that is to say when you import a 
route which has the same attributes, all of the `uri` `uris` `host` `hosts` 
`remote_addr` `remote_addrs` `priority` `vars` and `filter_func`, as the 
existing route, you will get an error while importing a route from OAS3.0.
+
+### 8. APISIX dashboard add grafana cross-domain problem
+
+Modifying the Grafana configuration:
+
+1. Enable anonymous access:
+
+```shell
+# grep 'auth.anonymous' -A 3 defaults.ini
+[auth.anonymous]
+# enable anonymous access
+enabled = true
+```
+
+2. Allow access via iframe
+
+```shell
+# grep 'allow_embedding' defaults.ini
+allow_embedding = true
+ยทยทยท

Review comment:
       Maybe we should enable `cors` in grafana config?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to