Cheol-Soon-Choi commented on issue #2640: URL: https://github.com/apache/apisix-dashboard/issues/2640#issuecomment-1280460504
Finally, I implemented my dashboard-config file. Please review. I configured my dashboard config file by referring to this file(https://github.com/apache/apisix-dashboard/blob/master/api/conf/conf.yaml) @Baoyuantop Thanks! conf: listen: host: 0.0.0.0 port: 9000 allow_list: - 0.0.0.0/0 etcd: endpoints: - "127.0.0.1:2379" mtls: key_file: "" cert_file: "" ca_file: "" log: error_log: level: warn file_path: logs/error.log access_log: file_path: logs/access.log security: content_security_policy: "default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; img-src * 'self' data: https:;" authentication: secret: secret expire_time: 3600 users: - username: admin password: admin - username: user password: user plugins: - api-breaker - authz-keycloak - basic-auth - batch-requests - consumer-restriction - cors # - dubbo-proxy - echo # - error-log-logger # - example-plugin - fault-injection - grpc-transcode - hmac-auth - http-logger - ip-restriction - jwt-auth - kafka-logger - key-auth - limit-conn - limit-count - limit-req # - log-rotate # - node-status - openid-connect - prometheus - proxy-cache - proxy-mirror - proxy-rewrite - redirect - referer-restriction - request-id - request-validation - response-rewrite - serverless-post-function - serverless-pre-function # - skywalking - sls-logger - syslog - tcp-logger - udp-logger - uri-blocker - wolf-rbac - zipkin - server-info - traffic-split -- 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]
