.
Some checks failed
Test action / kaas (push) Failing after 1s

This commit is contained in:
Chris Kruining 2026-03-23 12:36:32 +01:00
parent 478f26a9b8
commit 2bbbe03444
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
4 changed files with 29 additions and 16 deletions

View file

@ -543,12 +543,12 @@ in
networking.caddy = {
hosts = {
"auth.kruining.eu" = ''
reverse_proxy h2c://::1:9092
reverse_proxy h2c://[::1]:9092
'';
};
extraConfig = ''
(auth) {
forward_auth h2c://::1:9092 {
forward_auth h2c://[::1]:9092 {
uri /api/authz/forward-auth
copy_headers Remote-User Remote-Groups Remote-Email Remote-Name
}