Blog Posts tagged with: 'gateway'

Part II - Integrating Keycloak OIDC with our Envoy API Gateway

Integration with Keycloak using the OpenId Connect protocol to allow the gateway to handle user authentication.

— 31 May 2021 envoy gateway keycloak oidc

Part I - Implementing an API Gateway using Envoy

We'll be using Envoy to implement an API gateway as a single entry point to our upstream services which will sit behind it. By default Envoy's settings are tailored for the service mesh use case.

— 20 May 2021 envoy gateway keycloak