summaryrefslogtreecommitdiff
path: root/internal/handlers/const.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/handlers/const.go')
-rw-r--r--internal/handlers/const.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/handlers/const.go b/internal/handlers/const.go
index 844f56ad0..5d57ff1db 100644
--- a/internal/handlers/const.go
+++ b/internal/handlers/const.go
@@ -11,7 +11,7 @@ const ResetPasswordAction = "ResetPassword"
const authPrefix = "Basic "
-const authorizationHeader = "Proxy-Authorization"
+const AuthorizationHeader = "Proxy-Authorization"
const remoteUserHeader = "Remote-User"
const remoteGroupsHeader = "Remote-Groups"