Don't pass the Authorization header to the backends
This commit is contained in:
parent
ae8be89767
commit
9ce444b91a
40 changed files with 445 additions and 130 deletions
|
@ -401,14 +401,16 @@ type Users []string
|
|||
|
||||
// Basic HTTP basic authentication
|
||||
type Basic struct {
|
||||
Users `mapstructure:","`
|
||||
UsersFile string
|
||||
Users `mapstructure:","`
|
||||
UsersFile string
|
||||
RemoveHeader bool
|
||||
}
|
||||
|
||||
// Digest HTTP authentication
|
||||
type Digest struct {
|
||||
Users `mapstructure:","`
|
||||
UsersFile string
|
||||
Users `mapstructure:","`
|
||||
UsersFile string
|
||||
RemoveHeader bool
|
||||
}
|
||||
|
||||
// Forward authentication
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue