Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
web-proxy-docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
shore
web-proxy-docker
Commits
8d2c7db3
Commit
8d2c7db3
authored
3 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Snippet for LDAP authentication.
parent
2c44445c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#1145
passed
3 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
snippets/ldap-auth.conf
+14
-0
14 additions, 0 deletions
snippets/ldap-auth.conf
with
14 additions
and
0 deletions
snippets/ldap-auth.conf
0 → 100644
+
14
−
0
View file @
8d2c7db3
auth_request
/
validate
;
location
= /
validate
{
proxy_pass
https
://
auth
.
shore
.
co
.
il
/
validate
;
proxy_http_version
1
.
1
;
proxy_ssl_verify
on
;
proxy_ssl_verify_depth
3
;
proxy_ssl_name
auth
.
shore
.
co
.
il
;
proxy_ssl_server_name
on
;
proxy_ssl_trusted_certificate
/
etc
/
ssl
/
certs
/
ca
-
certificates
.
crt
;
internal
;
proxy_pass_request_body
off
;
proxy_set_header
Content
-
Length
""
;
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment