#215: trusted reverse-proxy header / mTLS client-certificate path #283
No reviewers
Labels
No Label
area:auth
area:docs
area:export
area:ops
area:storage
area:supply-chain
auth
backend
blocked
collab
deployment
docs
effort:L
effort:M
effort:S
frontend
plugins
qa
vs-nfd
vs-nfd:blocker
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: stwaidele/dorfteich#283
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "issue-215-proxy-auth"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Off unless AUTH_PROXY_HEADER and AUTH_PROXY_TRUSTED_PEERS are both set. Peer check against the TCP peer only; header from any other peer = reject + audit (auth.proxy_rejected, catalogue v1.4) even alongside a valid session; from a trusted peer the header IS the identity and a cookie never escalates past it; feature off = header inert. Explicit mapping (username/e-mail), no JIT; mtls-dn maps the configured DN attribute from the terminator-forwarded subject. Trust boundary stated in security.md, VS-NfD security documentation and the hardening guide. Stacked on #214. Refs #215