add apisix
This commit is contained in:
21
API/apisix/apisix_volume/apisix/apisix_conf/config.yaml
Normal file
21
API/apisix/apisix_volume/apisix/apisix_conf/config.yaml
Normal file
@ -0,0 +1,21 @@
|
||||
apisix:
|
||||
node_listen: 7080
|
||||
enable_ipv6: false
|
||||
allow_admin:
|
||||
- 0.0.0.0/0
|
||||
admin_key:
|
||||
- name: "admin"
|
||||
key: edd1c9f034335f136f87ad84b625c8f1
|
||||
role: admin
|
||||
|
||||
etcd:
|
||||
host:
|
||||
- http://apisix-etcd:2379
|
||||
prefix: "/apisix"
|
||||
timeout: 30
|
||||
|
||||
plugin_attr:
|
||||
prometheus:
|
||||
export_addr:
|
||||
ip: 10.12.1.14
|
||||
port: 9091
|
104
API/apisix/apisix_volume/apisix/dashboard_conf/conf.yaml
Normal file
104
API/apisix/apisix_volume/apisix/dashboard_conf/conf.yaml
Normal file
@ -0,0 +1,104 @@
|
||||
conf:
|
||||
listen:
|
||||
host: 0.0.0.0
|
||||
port: 7000
|
||||
etcd:
|
||||
endpoints:
|
||||
- "http://apisix-etcd:2379"
|
||||
log:
|
||||
error_log:
|
||||
level: warn
|
||||
file_path: logs/error.log
|
||||
access_log:
|
||||
file_path: logs/access.log
|
||||
|
||||
authentication:
|
||||
secret: secret
|
||||
expire_time: 3600
|
||||
users:
|
||||
- username: admin
|
||||
password: admin
|
||||
- username: user
|
||||
password: user
|
||||
|
||||
plugins:
|
||||
- api-breaker
|
||||
- authz-casbin
|
||||
- authz-casdoor
|
||||
- authz-keycloak
|
||||
- aws-lambda
|
||||
- azure-functions
|
||||
- basic-auth
|
||||
# - batch-requests
|
||||
- clickhouse-logger
|
||||
- client-control
|
||||
- consumer-restriction
|
||||
- cors
|
||||
- csrf
|
||||
- datadog
|
||||
# - dubbo-proxy
|
||||
- echo
|
||||
- error-log-logger
|
||||
# - example-plugin
|
||||
- ext-plugin-post-req
|
||||
- ext-plugin-post-resp
|
||||
- ext-plugin-pre-req
|
||||
- fault-injection
|
||||
- file-logger
|
||||
- forward-auth
|
||||
- google-cloud-logging
|
||||
- grpc-transcode
|
||||
- grpc-web
|
||||
- gzip
|
||||
- hmac-auth
|
||||
- http-logger
|
||||
- ip-restriction
|
||||
- jwt-auth
|
||||
- kafka-logger
|
||||
- kafka-proxy
|
||||
- key-auth
|
||||
- ldap-auth
|
||||
- limit-conn
|
||||
- limit-count
|
||||
- limit-req
|
||||
- loggly
|
||||
# - log-rotate
|
||||
- mocking
|
||||
# - node-status
|
||||
- opa
|
||||
- openid-connect
|
||||
- opentelemetry
|
||||
- openwhisk
|
||||
- prometheus
|
||||
- proxy-cache
|
||||
- proxy-control
|
||||
- proxy-mirror
|
||||
- proxy-rewrite
|
||||
- public-api
|
||||
- real-ip
|
||||
- redirect
|
||||
- referer-restriction
|
||||
- request-id
|
||||
- request-validation
|
||||
- response-rewrite
|
||||
- rocketmq-logger
|
||||
- server-info
|
||||
- serverless-post-function
|
||||
- serverless-pre-function
|
||||
- skywalking
|
||||
- skywalking-logger
|
||||
- sls-logger
|
||||
- splunk-hec-logging
|
||||
- syslog
|
||||
- tcp-logger
|
||||
- traffic-split
|
||||
- ua-restriction
|
||||
- udp-logger
|
||||
- uri-blocker
|
||||
- wolf-rbac
|
||||
- zipkin
|
||||
- elasticsearch-logge
|
||||
- openfunction
|
||||
- tencent-cloud-cls
|
||||
- ai
|
||||
- cas-auth
|
Reference in New Issue
Block a user