Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DLCM-Portal
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
Container Registry
Model registry
Operate
Environments
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
Show more breadcrumbs
DLCM
UI
DLCM-Portal
Commits
44efb97b
Commit
44efb97b
authored
4 years ago
by
Mathieu.Vonlanthen
Committed by
Florent Poittevin
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fix: remove persistent-id attribute which is no more used
parent
3cf0978d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!253
fix: remove persistent-id attribute which is no more used
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.md
+0
-1
0 additions, 1 deletion
README.md
proxy.conf.js
+0
-1
0 additions, 1 deletion
proxy.conf.js
proxy.conf.no-docker.js
+0
-1
0 additions, 1 deletion
proxy.conf.no-docker.js
proxy.conf.standalone.js
+0
-1
0 additions, 1 deletion
proxy.conf.standalone.js
with
0 additions
and
4 deletions
README.md
+
0
−
1
View file @
44efb97b
...
@@ -31,7 +31,6 @@ Add the following lines at the end of your apache2.conf:
...
@@ -31,7 +31,6 @@ Add the following lines at the end of your apache2.conf:
<IfModule headers_module>
<IfModule headers_module>
RequestHeader add mail "florent.poittevin@unige.ch"
RequestHeader add mail "florent.poittevin@unige.ch"
RequestHeader add persistent-id "922399@unige.ch"
RequestHeader add uniqueid "922399@unige.ch"
RequestHeader add uniqueid "922399@unige.ch"
RequestHeader add givenName "Florent"
RequestHeader add givenName "Florent"
RequestHeader add surname "Poittevin"
RequestHeader add surname "Poittevin"
...
...
This diff is collapsed.
Click to expand it.
proxy.conf.js
+
0
−
1
View file @
44efb97b
...
@@ -23,7 +23,6 @@ module.exports = {
...
@@ -23,7 +23,6 @@ module.exports = {
"
target
"
:
"
http://localhost:16110
"
,
"
target
"
:
"
http://localhost:16110
"
,
"
onProxyReq
"
:
(
proxyReq
,
req
,
res
)
=>
{
"
onProxyReq
"
:
(
proxyReq
,
req
,
res
)
=>
{
proxyReq
.
setHeader
(
'
mail
'
,
'
Marty.McFly@unige.ch
'
);
proxyReq
.
setHeader
(
'
mail
'
,
'
Marty.McFly@unige.ch
'
);
proxyReq
.
setHeader
(
'
persistent-id
'
,
'
999999@unige.ch
'
);
proxyReq
.
setHeader
(
'
uniqueid
'
,
'
999999@unige.ch
'
);
proxyReq
.
setHeader
(
'
uniqueid
'
,
'
999999@unige.ch
'
);
proxyReq
.
setHeader
(
'
givenname
'
,
'
Marty
'
);
proxyReq
.
setHeader
(
'
givenname
'
,
'
Marty
'
);
proxyReq
.
setHeader
(
'
surname
'
,
'
McFly
'
);
proxyReq
.
setHeader
(
'
surname
'
,
'
McFly
'
);
...
...
This diff is collapsed.
Click to expand it.
proxy.conf.no-docker.js
+
0
−
1
View file @
44efb97b
...
@@ -23,7 +23,6 @@ module.exports = {
...
@@ -23,7 +23,6 @@ module.exports = {
"
target
"
:
"
http://localhost:16100
"
,
"
target
"
:
"
http://localhost:16100
"
,
"
onProxyReq
"
:
(
proxyReq
,
req
,
res
)
=>
{
"
onProxyReq
"
:
(
proxyReq
,
req
,
res
)
=>
{
proxyReq
.
setHeader
(
'
mail
'
,
'
Marty.McFly@unige.ch
'
);
proxyReq
.
setHeader
(
'
mail
'
,
'
Marty.McFly@unige.ch
'
);
proxyReq
.
setHeader
(
'
persistent-id
'
,
'
999999@unige.ch
'
);
proxyReq
.
setHeader
(
'
uniqueid
'
,
'
999999@unige.ch
'
);
proxyReq
.
setHeader
(
'
uniqueid
'
,
'
999999@unige.ch
'
);
proxyReq
.
setHeader
(
'
givenname
'
,
'
Marty
'
);
proxyReq
.
setHeader
(
'
givenname
'
,
'
Marty
'
);
proxyReq
.
setHeader
(
'
surname
'
,
'
McFly
'
);
proxyReq
.
setHeader
(
'
surname
'
,
'
McFly
'
);
...
...
This diff is collapsed.
Click to expand it.
proxy.conf.standalone.js
+
0
−
1
View file @
44efb97b
...
@@ -23,7 +23,6 @@ module.exports = {
...
@@ -23,7 +23,6 @@ module.exports = {
"
target
"
:
"
http://localhost:16120
"
,
"
target
"
:
"
http://localhost:16120
"
,
"
onProxyReq
"
:
(
proxyReq
,
req
,
res
)
=>
{
"
onProxyReq
"
:
(
proxyReq
,
req
,
res
)
=>
{
proxyReq
.
setHeader
(
'
mail
'
,
'
Marty.McFly@unige.ch
'
);
proxyReq
.
setHeader
(
'
mail
'
,
'
Marty.McFly@unige.ch
'
);
proxyReq
.
setHeader
(
'
persistent-id
'
,
'
999999@unige.ch
'
);
proxyReq
.
setHeader
(
'
uniqueid
'
,
'
999999@unige.ch
'
);
proxyReq
.
setHeader
(
'
uniqueid
'
,
'
999999@unige.ch
'
);
proxyReq
.
setHeader
(
'
givenname
'
,
'
Marty
'
);
proxyReq
.
setHeader
(
'
givenname
'
,
'
Marty
'
);
proxyReq
.
setHeader
(
'
surname
'
,
'
McFly
'
);
proxyReq
.
setHeader
(
'
surname
'
,
'
McFly
'
);
...
...
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