You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
ここ1、2年でWeb APIを提供する企業はもちろん、それを活用した企業提携などが増えてきました。新しいWebサービスであればWeb APIを提供しないケースのが少ないくらいで、APIファーストと言った言葉も生まれています。 そんな中、次に問題になるのがWeb APIの管理です。既存システムの中に作り込んでいく、モノシリックな方法もあるでしょうが、今回はWeb APIを切り離して提供することでシステムの疎結合やマイクロサービス化を実現できるKongを紹介します。 Kongについて KongはオープンソースのAPIゲートウェイで、簡単にWeb APIを構築して本体サイトとのプロキシとして動作します。また、認証を行ったり、CORSやSSLなどの認証、トラフィックコントロール、解析や監視といった機能をプラグインで提供します。 Kong - Open-Source API Management a
The fastest, most-adopted API gateway is just the start The world's most sensitive and critical traffic volumes run on Kong. Why? With battle-tested open-source technology and enterprise-grade solutions and support, Kong is the most trusted and performant cloud-native API management platform for the modern tech stack. And since Kong is cloud, protocol, and language agnostic, our products work seam
Proxy Reference Introduction Kong listens for traffic on four ports, which by default are: :8000 on which Kong listens for incoming HTTP traffic from your clients, and forwards it to your upstream services. This is the port that interests us in this guide. :8443 on which Kong listens for incoming HTTPS traffic. This port has a similar behavior as the :8000 port, except that it expects HTTPS traffi
Clustering Reference Introduction Multiple Kong nodes pointing to the same datastore must belong to the same “Kong Cluster”. A Kong cluster allows you to scale the system horizontally by adding more machines to handle a bigger load of incoming requests, and they all share the same data since they point to the same datastore. A Kong cluster can be created in one datacenter, or in multiple datacente
Clustering Reference Introduction A Kong cluster allows you to scale the system horizontally by adding more machines to handle more incoming requests. They will all share the same configuration since they point to the same database. Kong nodes pointing to the same datastore will be part of the same Kong cluster. You need a load-balancer in front of your Kong cluster to distribute traffic across yo
2017/04/05 10:39:29 [verbose] Kong: 0.10.0 2017/04/05 10:39:29 [debug] ngx_lua: 10007 2017/04/05 10:39:29 [debug] nginx: 1011002 2017/04/05 10:39:29 [debug] Lua: LuaJIT 2.1.0-beta2 2017/04/05 10:39:29 [verbose] reading config file at /etc/kong/kong.conf 2017/04/05 10:39:29 [debug] KONG_SERF_PATH ENV found with "/usr/local/bin/serf" 2017/04/05 10:39:29 [debug] admin_listen = "0.0.0.0:8001" 2017/04/
Summary Well, I have just got a problem when I have an API and installed 2 plugins into it which are JWT and Oauth2 plugins. Then, when I try to access API using JWT credential I got an error message like this. {"error_description":"The access token is invalid or has expired","error":"invalid_token"} But when I remove the Oauth2 plugin from my API, everything works well. Steps To Reproduce Add an
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く