about:farcaller
  • Home
  • GitHub
  • Twitter
Subscribe
Tagged

envoy

A collection of 3 posts

envoy

Jwks remote fetch is failed

Isn’t it nice when you wake up and your auth is broken, despite you not changing anything? Isn’t it fun to debug a third-party integration? Anyways, I stumbled on an annoying gRPC error: Given the backend didn’t log the request, I blamed the middle man, aka envoy.

  • Vladimir Pouzanov
Vladimir Pouzanov Aug 19, 2020 • 1 min read
Simple JWT Authentication with Envoy and Auth0
envoy

Simple JWT Authentication with Envoy and Auth0

JSON Web Tokens is a popular web standard for representing claims securely between two parties. In a nutshell, a JSON Web Token is several chunks of Base64-encoded JSON concatenated together, specifying who issued it and for whom, what’s the audience of the token, for how long it’s valid,

  • Vladimir Pouzanov
Vladimir Pouzanov Feb 26, 2020 • 5 min read
How to configure HTTPS backends in envoy
envoy

How to configure HTTPS backends in envoy

Envoy is an extremely flexible reverse proxy, most known by its use in istio where it functions as an envelope in every job, routing the traffic and managing authorization. That said, it’s totally fine to use envoy on its own; one case for such would be gRPC-Web. Despite gRPC

  • Vladimir Pouzanov
Vladimir Pouzanov Feb 21, 2020 • 2 min read
about:farcaller © 2022
Powered by Ghost