Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app.go
diff options
context:
space:
mode:
Diffstat (limited to 'app.go')
-rw-r--r--app.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/app.go b/app.go
index b022d7c2..086e4493 100644
--- a/app.go
+++ b/app.go
@@ -422,6 +422,7 @@ func (a *theApp) setAuth(config *cfg.Config) error {
AuthScope: config.Authentication.Scope,
AuthTimeout: config.Authentication.Timeout,
CookieSessionTimeout: config.Authentication.CookieSessionTimeout,
+ AllowNamespaceInPath: config.General.NamespaceInPath,
})
if err != nil {
return fmt.Errorf("could not initialize auth package: %w", err)