Opened 19 months ago
Last modified 17 months ago
#636 new defect
does traefik's X-FORWARDED-USER need to send full email?
| Reported by: | m | Owned by: | m |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Services | Keywords: | |
| Cc: |
Description
Would be cool if it just sent m instead of m@devhack.net, considering all emails are gonna be usernames and/or we should just be acting on usernames anyways (or should we???).
I'm not sure. but for trac's sake: it just needs usernames. I can filter this manually but was wondering if we could do it from traefik's side. What else would this break?
Change History (2)
comment:1 by , 19 months ago
comment:2 by , 17 months ago
https://github.com/thomseddon/traefik-forward-auth is the software that's actually generating that header. It's semi-defunct and might be a candidate for forking to add features like this. As it stands, I'm not seeing an easy way to change what's sent in the X-Forwarded-User
see:
for how we can still send out emails even if we don't provide an email domain on things.