apiVersion: networking.istio.io/v1alpha3 kind: Gateway metadata: name: my-gateway namespace: some-config-namespace spec: selector: app: my-gateway-controller servers: - port: number: 80 name: http protocol: HTTP
Dashboard for Apache APISIX. Contribute to isman-usoh/apisix-dashboard development by creating an account on GitHub.
curl http://127.0.0.1:9080/apisix/admin/ssl/1 -H'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1'-X PUT -d'{"cert": "...","key": "...","sni": "*.test.com"}'#make a testcurl --resolve'www.test.com:9443:127.0.0.1'https://www.test.com:9443/hello -vvv*Added test.com...
wolf-rbac是一个基于APISIX认证及授权(rbac)插件,它需要与consumer一起配合才能工作。同时需要添加wolf-rbac到一个service或route中。 rbac功能由wolf提供, 有关wolf的更多信息, 请参考wolf文档。 Installation 请先自行安装apisix. 下载,安装 git clone https://github.com/iGeeky/apisix-plugin-rbac cd apisix-plu...
apisix version 1.5: OS:CentOS Linux release 7.4.1708 (Core) idbetacommentedNov 18, 2020 @lilihongjavaMy environment is correct, but mine is the master branch, cc@spacewander $ curl --resolve 'das.com:9443:127.0.0.1' https://das.com:9443 -v ...
The Cloud-Native API Gateway. Contribute to ab2h/apisix development by creating an account on GitHub.
fix(upstream): http connection was put into https connection pool (apache#7466)This bug is introduced in apache@3dddf41 Signed-off-by: spacewander <spacewanderlzx@gmail.com> 1 parent c3b939a commit 7b6b30f File tree apisix balancer.lua t/node upstream-keepalive-pool.t 2 files changed +...
Issue description how should it be configured https and wss 1、now,i create upstream 2、router 3、 https is ok,but how can iconfig wss, example wss port is 10800 (wss://gw-test.xxx.cn/ws) ,please help me ,3q Environment apisix version (cmd:...
apisixv1 "github.com/apache/apisix-ingress-controller/pkg/types/apisix/v1" ) Expand Down Expand Up @@ -74,7 +76,7 @@ func (t *translator) translateUpstreamScheme(scheme string, ups *apisixv1.Upstre return nil } switch scheme { case apisixv1.SchemeHTTP, apisixv1.SchemeGRPC: case ...
https://apisix.apache.org/docs/apisix/plugins/redirect/ Only one of http_to_https, uri and regex_uri can be configured. When enabling http_to_https, the ports in the redirect URL will pick a value in the following order (in descending order of priority) Read plugin_attr.redirect.https_...