juzhiyuan commented on a change in pull request #1697:
URL: https://github.com/apache/apisix-dashboard/pull/1697#discussion_r604778461
##########
File path: docs/en/latest/FAQ.md
##########
@@ -70,3 +70,18 @@ $ swagger generate spec -o ./docs/en/latest/api/api.yaml
--scan-models
```shell
$ swagger-markdown -i ./docs/en/latest/api/api.yaml
```
+### 6. Apisix dashbord add grafana cross domain problem
Review comment:
```suggestion
### 6. APISIX dashboard add grafana cross-domain problem
```
##########
File path: docs/en/latest/FAQ.md
##########
@@ -70,3 +70,18 @@ $ swagger generate spec -o ./docs/en/latest/api/api.yaml
--scan-models
```shell
$ swagger-markdown -i ./docs/en/latest/api/api.yaml
```
+### 6. Apisix dashbord add grafana cross domain problem
+Modifying the grafan configuration
+1. Allow anonymous access. enabled = true
Review comment:
```suggestion
1. Enable anonymous access:
```
##########
File path: docs/en/latest/FAQ.md
##########
@@ -70,3 +70,18 @@ $ swagger generate spec -o ./docs/en/latest/api/api.yaml
--scan-models
```shell
$ swagger-markdown -i ./docs/en/latest/api/api.yaml
```
+### 6. Apisix dashbord add grafana cross domain problem
+Modifying the grafan configuration
Review comment:
```suggestion
Modifying the Grafana configuration:
```
##########
File path: docs/en/latest/FAQ.md
##########
@@ -70,3 +70,18 @@ $ swagger generate spec -o ./docs/en/latest/api/api.yaml
--scan-models
```shell
$ swagger-markdown -i ./docs/en/latest/api/api.yaml
```
+### 6. Apisix dashbord add grafana cross domain problem
+Modifying the grafan configuration
+1. Allow anonymous access. enabled = true
+```shell
+# grep 'auth.anonymous' -A 3 defaults.ini
+[auth.anonymous]
+# enable anonymous access
+enabled = true
+```
+2. Allow access via iframe. allow_embedding = true
Review comment:
```suggestion
2. Allow access via iframe
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]