first draft for configuring user agent multiplex on ocis

This commit is contained in:
A.Unger
2020-12-02 12:04:09 +01:00
parent 28e8f75ebd
commit 752cd4f626
6 changed files with 34 additions and 6 deletions
+9
View File
@@ -83,6 +83,15 @@ type FrontendPort struct {
OCDavPrefix string
OCSPrefix string
PublicURL string
Middleware Middleware
}
type Middleware struct {
Auth Auth
}
type Auth struct {
CredentialsByUserAgent map[string]string
}
// DataGatewayPort has a public url