You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "idb-root (via GitHub)" <gi...@apache.org> on 2023/04/25 07:50:17 UTC

[GitHub] [apisix-dashboard] idb-root commented on issue #2791: apisix-dashboard3.0.1 点击插件时白屏,前端地址:https://xxx.xxx.com/plugin/list

idb-root commented on issue #2791:
URL: https://github.com/apache/apisix-dashboard/issues/2791#issuecomment-1521322965

   conf:
     listen:
       host: 0.0.0.0
       port: 9000
     etcd:
       prefix: "/apisix"
       endpoints:
         - apisix-etcd:2379
     log:
       error_log:
         level: warn
         file_path: /dev/stderr
       access_log:
         file_path: /dev/stdout
     security:
       access_control_allow_origin: "https://grafana-test.hh-medic.com"
       access_control_allow_credentials: true          # support using custom cors configration
       access_control_allow_headers: "Authorization"
       access_control-allow_methods: "*"
       x_frame_options: "deny"
       content_security_policy: "default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; frame-src *"  # You can set frame-src to provide content for your grafana panel.    
   authentication:
     secret: secret
     expire_time: 3600
     users:
   plugin_attr:
     prometheus:
       export_addr:
         ip: "0.0.0.0"
         port: 9091                    


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org