forked from SW/traefik
Manage Headers for the Authentication forwarding.
This commit is contained in:
committed by
Traefiker
parent
49e0e20ce2
commit
cb05f36976
@@ -326,8 +326,9 @@ type Digest struct {
|
||||
|
||||
// Forward authentication
|
||||
type Forward struct {
|
||||
Address string `description:"Authentication server address"`
|
||||
TLS *ClientTLS `description:"Enable TLS support"`
|
||||
Address string `description:"Authentication server address"`
|
||||
TLS *ClientTLS `description:"Enable TLS support"`
|
||||
TrustForwardHeader bool `description:"Trust X-Forwarded-* headers"`
|
||||
}
|
||||
|
||||
// CanonicalDomain returns a lower case domain with trim space
|
||||
|
||||
Reference in New Issue
Block a user