Add and organize test assets

This commit is contained in:
cheddar 2025-02-21 19:13:41 -05:00
parent d0958d2366
commit 3a838b4f21
No known key found for this signature in database
8 changed files with 9 additions and 0 deletions

View file

@ -2,5 +2,6 @@
pkgs.mkShell { pkgs.mkShell {
nativeBuildInputs = with pkgs.buildPackages; [ nativeBuildInputs = with pkgs.buildPackages; [
go go
caddy
]; ];
} }

8
test_assets/Caddyfile Normal file
View file

@ -0,0 +1,8 @@
http://localhost:8001 {
forward_auth http://localhost:8080 {
uri /auth
}
templates
respond `Hello, {{.Req.Header.Get "Remote-User"}}`
}