littlehorse-enterprises / littlehorse

This repository contains the code for the LittleHorse Server, Dashboard, CLI, and Java/Go/Python SDK's. Brought to you by LittleHorse Enterprises LLC
https://littlehorse.dev/
Other
112 stars 10 forks source link

feat(server): Add support for mTLS Principals #874

Closed Snarr closed 3 months ago

Snarr commented 3 months ago

This PR introduces code for reading the subject name of an mTLS request certificate to determine the Principal ID.

Notes:

Refs: #860