|
|
|
|
|
by ceposta07
2259 days ago
|
|
Contour is not an API Gateway. Disclaimer: I work for Solo.io An API Gateway can do sophisticated edge security challenges (OIDC, Authz based on OPA, web app firewalling/WAF, etc) as well as things like message transformation, swagger/grpc detection, exposing APIs for self-service signup through a portal, etc. Gloo does all these things. I've written in depth about this as well, specifically in terms of things like contour, Istio ingress gateway, consul's service mesh gateway, etc, etc https://blog.christianposta.com/microservices/do-i-need-an-a... Gloo resources:
https://docs.solo.io/gloo/latest/guides/dev_portal/
https://docs.solo.io/gloo/latest/guides/security/waf/
https://docs.solo.io/gloo/latest/guides/security/auth/oauth/...
https://docs.solo.io/gloo/latest/guides/security/opa/
https://docs.solo.io/gloo/latest/installation/advanced_confi...
https://docs.solo.io/gloo/latest/guides/traffic_management/r... |
|