Skip to content

jbdoumenjou/passtlscert-forwardauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goal

Test how we can pass the tls cert in header through the forward auth.

Usage

Launch the Stack

docker-compose up

Stop the Stack

docker-compose down

Check the Fake Auth Server

curl -kvv http://localhost:5858 -H "X-Forwarded-Tls-Client-Cert-Info: foo"

Check Through Traefik

# check the testing app directly
curl -kvv https://whoami --cacert certs/ca.pem --cert certs/traefik.pem --key certs/traefik.key

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages