Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pr_prodige
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
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Show more breadcrumbs
prodige
pr_prodige
Commits
ba1d82d7
Commit
ba1d82d7
authored
2 years ago
by
Guillaume DIARD
Browse files
Options
Downloads
Patches
Plain Diff
Add zonages project conf
parent
f2400120
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
init/config/cas/services_optional/prodigezonages-100008.json
+12
-0
12 additions, 0 deletions
init/config/cas/services_optional/prodigezonages-100008.json
init/config/proxy/conf_optional/zonages.conf
+25
-0
25 additions, 0 deletions
init/config/proxy/conf_optional/zonages.conf
with
37 additions
and
0 deletions
init/config/cas/services_optional/prodigezonages-100008.json
0 → 100644
+
12
−
0
View file @
ba1d82d7
{
"@class"
:
"org.apereo.cas.services.RegexRegisteredService"
,
"serviceId"
:
"^https?://zonages.prodige.internal/.*"
,
"name"
:
"prodigezonages"
,
"id"
:
100008
,
"description"
:
"Prodige Zonages HTTPS proxy auth"
,
"proxyPolicy"
:
{
"@class"
:
"org.apereo.cas.services.RegexMatchingRegisteredServiceProxyPolicy"
,
"pattern"
:
"^https?://.*"
},
"evaluationOrder"
:
100008
}
This diff is collapsed.
Click to expand it.
init/config/proxy/conf_optional/zonages.conf
0 → 100644
+
25
−
0
View file @
ba1d82d7
server
{
listen
80
;
server_name
zonages
.
prodige
.
internal
;
rewrite
^
https
://
zonages
.
prodige
.
internal
$
request_uri
?
permanent
;
}
server
{
listen
443
ssl
http2
;
server_name
zonages
.
prodige
.
internal
;
client_max_body_size
0
;
ssl_certificate
/
etc
/
nginx
/
certs
/
prodige
.
crt
;
ssl_certificate_key
/
etc
/
nginx
/
certs
/
prodige
.
key
;
ssl_stapling
on
;
location
/ {
proxy_set_header
Host
$
host
;
proxy_set_header
X
-
Forwarded
-
For
$
proxy_protocol_addr
;
proxy_set_header
X
-
Forwarded
-
Port
443
;
proxy_set_header
X
-
Forwarded
-
Proto
"https"
;
proxy_set_header
X
-
Real
-
IP
$
remote_addr
;
proxy_pass
http
://
ppr_prodige_zonages_web
:
80
;
}
}
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