
kong
github_38596081
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
kong代理websocket
以rabbitmq的stomp协议为例 1 进入rabbmitmq的docker容器,开启stomp root@d8f9ff5ca26c:/# rabbitmq-plugins enable rabbitmq_web_stomp Enabling plugins on node rabbit@d8f9ff5ca26c: rabbitmq_web_stomp The following plu...原创 2020-04-12 11:58:08 · 3704 阅读 · 0 评论 -
kong认证插件添加第二认证方式
在认证插件对象(如ldap-auth) 的anonymous字段添加第二认证方式 查看ldap的插件设置 anonymous为basic-auth的plugin的consumer id 在Authorization中设置认证密码username/password credentials 第一认证credentials为ldap: 第二认证credentials为...原创 2019-12-23 16:18:02 · 788 阅读 · 1 评论 -
Kong常见问题和解决方案
https://blog.youkuaiyun.com/sa19861211/article/details/92358694#2__38原创 2019-11-02 00:12:29 · 738 阅读 · 0 评论 -
docker部署kong
docker network create kong-net [root@localhost module_manager]# docker run --rm --name kong-database \ > --network=kong-net \ > -p 5432:5432 \ > ...原创 2019-11-01 22:42:44 · 662 阅读 · 2 评论 -
docker安装kong
https://blog.51cto.com/1142263/2132931原创 2019-11-01 17:49:09 · 316 阅读 · 0 评论 -
无法访问开发环境kong的8001端口
vagrant中安装kong,修改admin_listen设置,才能被外部访问 添加vagrantfile端口映射 重启vagrant postman访问http://127.0.0.1:8001,ok原创 2019-10-28 16:11:25 · 1435 阅读 · 0 评论 -
部署PostgreSQL
https://www.cnblogs.com/think8848/p/5877076.html原创 2019-10-27 23:45:59 · 187 阅读 · 0 评论 -
kong和konga
背景 安装konga Installation Installnpmandnode.js. Instructions can be foundhere. Installbower, adgulppackages. $ git clone https://github.com/pantsel/konga.git $ cd konga $ npm i 报错 MSBUIL...原创 2019-10-23 14:15:46 · 760 阅读 · 0 评论