ThreeMammals/Ocelot

Support for Client certificates for downstream routes

Open

#1.690 aberto em 12 de set. de 2023

Ver no GitHub
 (10 comments) (0 reactions) (1 assignee)C# (1.617 forks)batch import
MVPfeaturehelp wantedlarge effortmedium effort

Métricas do repositório

Stars
 (8.137 stars)
Métricas de merge de PR
 (Mesclagem média 10d 13h) (4 fundiu PRs em 30d)

Description

New Feature

Extend the definition of downstream routs to support specifying a client certificate that is the used to call the service.

Motivation for New Feature

We are looking at using Ocelot as the API gateway for a new project. The problem is that the downstream services require that the usage of client certificates to authenticate (they contain PII). This feature would enable this setup.

Guia do colaborador