wire up authenticating front proxy:

This commit is contained in:
deads2k
2016-10-24 12:49:44 -04:00
parent 557e653785
commit 3f9a4d51d5
11 changed files with 176 additions and 53 deletions

View File

@@ -31,6 +31,7 @@ import (
)
type requestHeaderAuthRequestHandler struct {
// nameHeaders are the headers to check (in order, case-insensitively) for an identity. The first header with a value wins.
nameHeaders []string
}