Blog Posts tagged with: 'keycloak'
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.
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.