sig-auth.git

git clone https://git.crispbyte.dev/sig-auth.git

sig-auth.git / test_assets
cheddar  ·  2025-02-22

Caddyfile

 1http://localhost:8001 {
 2  forward_auth http://localhost:8080 {
 3    uri /auth
 4    
 5    header_up X-Forwarded-Content-Length {header.content-length}
 6
 7    copy_headers Remote-User
 8  }
 9
10  templates
11  respond `Hello, {{.Req.Header.Get "Remote-User"}}`
12}