fix: add Remote-Groups to Caddy copy_headers
This commit is contained in:
parent
fcacc28f55
commit
f5744a65d1
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ app.{DOMAIN} {
|
||||||
uri /api/verify?rd=https://auth.{DOMAIN}/
|
uri /api/verify?rd=https://auth.{DOMAIN}/
|
||||||
|
|
||||||
# Copy auth headers to upstream
|
# Copy auth headers to upstream
|
||||||
copy_headers Remote-User Remote-Name Remote-Email
|
copy_headers Remote-User Remote-Name Remote-Email Remote-Groups
|
||||||
}
|
}
|
||||||
|
|
||||||
# Serve launcher + proxy upstream apps
|
# Serve launcher + proxy upstream apps
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue