Add basic/digest auth
Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
parent
2a596b8162
commit
3a5b67a3e1
6 changed files with 156 additions and 81 deletions
|
@ -163,6 +163,7 @@ type EntryPoint struct {
|
|||
Address string
|
||||
TLS *TLS
|
||||
Redirect *Redirect
|
||||
Auth *types.Auth
|
||||
}
|
||||
|
||||
// Redirect configures a redirection of an entry point to another, or to an URL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue