change to InsecureBackends flag

This commit is contained in:
Willy Kloucek
2020-12-03 13:57:19 +01:00
parent 4c9d990478
commit fe2efc3c46
3 changed files with 4 additions and 4 deletions

View File

@@ -106,7 +106,7 @@ type Config struct {
PreSignedURL PreSignedURL
AutoprovisionAccounts bool
EnableBasicAuth bool
Insecure bool
InsecureBackends bool
}
// OIDC is the config for the OpenID-Connect middleware. If set the proxy will try to authenticate every request